Do not execute service start on check_mode

This commit is contained in:
Yorick Barbanneau 2022-11-30 14:17:25 +01:00
parent 889061766f
commit 363de88164

View file

@ -41,4 +41,4 @@
name: 'mako.service' name: 'mako.service'
scope: user scope: user
state: started state: started
when: service_file is changed when: service_file is change and not ansible_check_mode