-
Notifications
You must be signed in to change notification settings - Fork 741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bug related to issue #537 #612
base: master
Are you sure you want to change the base?
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 <[email protected]>
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Mahdi Abbasi <[email protected]>
Signed-off-by: Mahdi Abbasi <[email protected]>
Signed-off-by: Mahdi Abbasi <[email protected]>
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 <[email protected]>
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