mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
Fix linting issue.
This commit is contained in:
parent
2f819d61bf
commit
acb6eb4d1b
1 changed files with 5 additions and 5 deletions
10
main.yml
10
main.yml
|
@ -46,9 +46,9 @@
|
||||||
tags: ['sublime-text']
|
tags: ['sublime-text']
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: Run configured post-provision ansible task files.
|
- name: Run configured post-provision ansible task files.
|
||||||
include_tasks: "{{ outer_item }}"
|
include_tasks: "{{ outer_item }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: outer_item
|
loop_var: outer_item
|
||||||
with_fileglob: "{{ post_provision_tasks|default(omit) }}"
|
with_fileglob: "{{ post_provision_tasks|default(omit) }}"
|
||||||
tags: ['post']
|
tags: ['post']
|
||||||
|
|
Loading…
Reference in a new issue