Conversation
|
@rndmh3ro |
|
The tasks all run in molecule, so you can test it locally. The tests probably fail becase the condition |
Signed-off-by: Mahdi Abbasi <mahdi.abbasi.2013@gmail.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v1...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Mahdi Abbasi <mahdi.abbasi.2013@gmail.com>
Signed-off-by: Mahdi Abbasi <mahdi.abbasi.2013@gmail.com>
Signed-off-by: Mahdi Abbasi <mahdi.abbasi.2013@gmail.com>
8ec4743 to
4774c0b
Compare
Thanks |
|
package_fact doesn't support Opensuse package manager(zypper) for checking installed packages, I don't have a standard solution for handling it. Do you have any solutions for it? |
Suse used rpm under the hood, so you need to install then rpm python-library |
Signed-off-by: Mahdi Abbasi <mahdi.abbasi.2013@gmail.com>
Thanks, |
|
I thought about this whole problem some more.
So we probably need to implement the use case |
Ok, I will implement it. |
|
@rndmh3ro |
|
@MahdiAbbasi95 I had these problems, too. I tried to fix them (for me it works locally now) here: #632 Can you please pull the changes from master and test again? |
@rndmh3ro centosstream9 This problem for Debian images has been solved. |
Hello,
I have fixed the bug related to issue number #537.
Fixed #537
Kind regards
Mahdi Abbasi