-
Notifications
You must be signed in to change notification settings - Fork 24
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
omit follows improper beheviour for run_once #223
Comments
Thanks for reporting this! Can you give a concrete example how you're calling the |
@palansher ping! |
@felixfontein Now I made my role, based on yours and I calls it:
Before that I called your role same way:
There was no problem with community.sops.install if I added: But with |
Ah, now I see what your problem is. Looks like |
#224 should fix this. |
Hello!
Thank you for inspiration by this role!
This code:
follows to skip all hosts in play except first one, when sops_install_on_localhost=false
I found that it is due
run_once: '{{ sops_install_on_localhost or omit }}'
reacts foromit
strange way (astrue
)This changed code is working as expected:
Ubuntu 22.04.5 LTS
The text was updated successfully, but these errors were encountered: