Merge branch 'master' into tags
This commit is contained in:
commit
a26e0c874b
@ -74,3 +74,6 @@ mas_email: ""
|
|||||||
mas_password: ""
|
mas_password: ""
|
||||||
|
|
||||||
osx_script: "~/.osx --no-restart"
|
osx_script: "~/.osx --no-restart"
|
||||||
|
|
||||||
|
# Glob pattern to ansible task files to run after all other tasks are finished.
|
||||||
|
post_provision_tasks: []
|
||||||
|
|||||||
6
main.yml
6
main.yml
@ -32,3 +32,9 @@
|
|||||||
- include: tasks/osx.yml
|
- include: tasks/osx.yml
|
||||||
when: configure_osx
|
when: configure_osx
|
||||||
tags: ['osx']
|
tags: ['osx']
|
||||||
|
|
||||||
|
- name: Run configured post-provision ansible task files.
|
||||||
|
include: "{{ outer_item }}"
|
||||||
|
loop_control:
|
||||||
|
loop_var: outer_item
|
||||||
|
with_fileglob: "{{ post_provision_tasks|default(omit) }}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user