Fix invalid 'ignore_missing_file' attribute in a task

This patch fixes the indentation of this ini module attribute.

Change-Id: I59310ed92994e8f4913f493ae9711b209b45dd5b
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud 2019-05-22 16:58:02 +02:00
parent eb9ca985ef
commit 9c4d18b814
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
path: "{{ item }}"
section: DEFAULT
key: debug
ignore_missing_file: True
ignore_missing_file: True
register: config_result
with_items: "{{ services_conf_files }}"
failed_when: "debug_check|bool == config_result.value|bool"