diff --git a/tasks/main.yml b/tasks/main.yml index 814ceb2d49385e3912d992790ebf127685f8f032..4eb25319dc4dbeed75d2f1629aafabbb08131ace 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -37,11 +37,10 @@ ignore_errors: true tags: 'always' - - include_tasks: more.yml + - include: more.yml with_items: '{{ variable_files.stdout_lines|default([]) }}' loop_control: loop_var: inventory_name - tags: 'always' when: lookup('pipe','hostname') == inventory_hostname