Replies: 2 comments
-
Ok, thanks! Feel free to create a PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our environment (PCIDSS) we are required to reboot all linux hosts when a new kernel/security patch is installed.
Right now, the
update_pgcluster.yml -e target=system
playbook doesn't take this into consideration.I'm not sure if this is worth a PR or not but I thought I give it a try.
However, when adding this code to
roles/update/tasks/system.yml
cat roles/update/handlers/main.yml
The handler runs multiple times and I don't understand why?
Any hints are much appreciated.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions