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
Use fqcn for all modules #449
base: main
Are you sure you want to change the base?
Conversation
Previously this was not possible because the modules moved between Ansible 2.9 (previous Zuul) and 6 (Fedora). Zuul now (packit/packit-service-zuul#73) runs Ansible 6 as well so let's go.
|
Build succeeded. |
|
ehm, not gonna fly because in packit-service-tests-openshift we install another ansible to run the Related packit/packit-service#1900 |
|
so what do we do here? |
|
either install ansible from pip (probably the easiest at the moment) or include the (deployment) playbook (in the p-s playbook) instead of running it via another ansible-playbook |
|
+1 install ansible from pip, ideally so we use the same version everywhere :) I don't think anyone wants to debug playbooks that run with various ansible versions :D |
|
easier said than done; no idea why
after some experimentation I realized it can be done only at a top level, not inside a play |
Previously this was not possible because the modules moved between Ansible 2.9 (previous Zuul) and 6 (Fedora).
Zuul now runs Ansible 6 as well so let's go.