-
Notifications
You must be signed in to change notification settings - Fork 313
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
adding become to service restarts #571
Conversation
CI is now fixed, can you please rebase and fix the conflicts? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase & resolve conflicts.
@nre-ableton @bbaassssiiee Rebased and fixed the conflicts. |
Seems there is more work in progress in CI. |
@hallaj CI is fixed, sorry about that. 😅 Can you please rebase again? |
@nre-ableton Rebased ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! 👍
Conflicts have been fixed and CI is green.
* upstream/master: Remove deprecated molecule/centos-stream-8 Fix rolling restart by waiting for consul leave and after restart Update molecule.yml --- (ansible-collections#597) Bump idna from 3.3 to 3.7 in the pip group across 1 directory (ansible-collections#596) Fix CI badge in README (ansible-collections#595) Fix ubuntu 22.04 molecule test to actually run on 22.04 (ansible-collections#594) feat: Configuration validation. fix ansible-collections#518 (ansible-collections#592) Fix error when creating gossip key (ansible-collections#558) adding become to service restarts (ansible-collections#571) Bump the pip group across 1 directories with 1 update (ansible-collections#590)
Adding explicit
become
here. My current play seems to be failing if I my actual playbook hasbecome: false
and only having thebecome: true
withinimport_role
The following works:
I'm failing with this, unless the changes proposed gets applied: