Skip to content

Commit

Permalink
imclude_tasks are sometimes useful
Browse files Browse the repository at this point in the history
  • Loading branch information
dspolleke committed Apr 12, 2021
1 parent 34cc100 commit beac536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
tags: ['extra-packages']

- name: Run configured post-provision ansible task files.
import_tasks: "{{ outer_item }}"
include_tasks: "{{ outer_item }}"
loop_control:
loop_var: outer_item
with_fileglob: "{{ post_provision_tasks|default(omit) }}"
Expand Down

0 comments on commit beac536

Please sign in to comment.