Skip task in check_mode
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good

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"