add a few more 'check_mode:no' props for compatiblity with --check mode of ansible

This commit is contained in:
Grzegorz Nowak 2019-03-14 09:23:24 +01:00
parent 6d9caa7a9b
commit 785ce1cd26
5 changed files with 7 additions and 1 deletions

View file

@ -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