Fix linting issue.

This commit is contained in:
Jeff Geerling 2022-03-31 10:37:05 -05:00
parent 2f819d61bf
commit acb6eb4d1b

View file

@ -46,9 +46,9 @@
tags: ['sublime-text']
- block:
- name: Run configured post-provision ansible task files.
include_tasks: "{{ outer_item }}"
loop_control:
loop_var: outer_item
with_fileglob: "{{ post_provision_tasks|default(omit) }}"
- name: Run configured post-provision ansible task files.
include_tasks: "{{ outer_item }}"
loop_control:
loop_var: outer_item
with_fileglob: "{{ post_provision_tasks|default(omit) }}"
tags: ['post']