add a few more 'check_mode:no' props for compatiblity with --check mode of ansible
This commit is contained in:
parent
6d9caa7a9b
commit
785ce1cd26
5 changed files with 7 additions and 1 deletions
|
|
@ -16,7 +16,6 @@
|
|||
with_items:
|
||||
- "{{data_dirs}}"
|
||||
|
||||
|
||||
#Copy the config template
|
||||
- name: Copy Configuration File
|
||||
become: yes
|
||||
|
|
@ -93,6 +92,7 @@
|
|||
stat:
|
||||
path: "{{ sysd_script }}"
|
||||
register: sysd_stat_result
|
||||
check_mode: no
|
||||
|
||||
- name: Remove if it is a normal file
|
||||
become: yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue