Skip task in check_mode

This commit is contained in:
David Prevot 2022-11-25 15:56:19 +01:00
parent 171ece7bba
commit 057224fb38

View file

@ -25,6 +25,7 @@
regex: "^UMask="
line: "UMask=0007"
insertafter: "\\[Service\\]"
when: not ansible_check_mode
notify:
- "Daemon reload"
- "Restart PHP-FPM"