Merge "Fix invalid 'ignore_missing_file' attribute in a task"

This commit is contained in:
Zuul 2019-05-28 11:31:02 +00:00 committed by Gerrit Code Review
commit b8aa827047
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"