Skip to content
Snippets Groups Projects
Commit 57bb96da authored by jurgenhaas's avatar jurgenhaas
Browse files

Replace deprecated "include" directive in Ansible 2.4

parent f108f453
Branches
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
ignore_errors: true ignore_errors: true
tags: always tags: always
- include: more.yml - include_tasks: more.yml
with_items: '{{ variable_files.stdout_lines|default([]) }}' with_items: '{{ variable_files.stdout_lines|default([]) }}'
loop_control: loop_control:
loop_var: inventory_name loop_var: inventory_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment