mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 03:43:06 +00:00
imclude_tasks are sometimes useful
This commit is contained in:
parent
5f77296043
commit
e50edb3d96
1 changed files with 1 additions and 1 deletions
2
main.yml
2
main.yml
|
@ -49,7 +49,7 @@
|
|||
loop: "{{ gem_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) }}"
|
||||
|
|
Loading…
Reference in a new issue