Replace fake spaces by real ones.
This commit is contained in:
parent
474ca92782
commit
34aee3e672
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@
|
||||||
tasks:
|
tasks:
|
||||||
- name: Update project(s)
|
- name: Update project(s)
|
||||||
include_role:
|
include_role:
|
||||||
name: "{{ project }}"
|
name: "{{ project }}"
|
||||||
loop: "{{ (selected_projects | split) | default(projects, true) }}"
|
loop: "{{ (selected_projects | split) | default(projects, true) }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
# Do not use default variable name 'item' to prevent collisions with loops in roles.
|
# Do not use default variable name 'item' to prevent collisions with loops in roles.
|
||||||
loop_var: project
|
loop_var: project
|
||||||
|
|
Loading…
Reference in a new issue