Do not execute service start on check_mode
This commit is contained in:
parent
ddea4ef667
commit
58d2b711f8
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@
|
||||||
name: 'ssh-agentd'
|
name: 'ssh-agentd'
|
||||||
scope: user
|
scope: user
|
||||||
state: started
|
state: started
|
||||||
when: service_file is changed
|
when: service_file is changed and not ansible_check_mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue