Ajout de check_mode sur le telechargement
This commit is contained in:
parent
2b0b58b3fd
commit
638eec754c
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
dest: /tmp/
|
||||
mode: '0444'
|
||||
delegate_to: localhost
|
||||
check_mode: no
|
||||
|
||||
- name: create user node_exporter
|
||||
user:
|
||||
|
|
Loading…
Reference in a new issue