Reduce loop conflict chances
This commit is contained in:
parent
224345c04d
commit
6b8ba34610
|
@ -1,7 +1,9 @@
|
||||||
- name: Load extensions
|
- name: Load extensions
|
||||||
include_role:
|
include_role:
|
||||||
name: "geoffreyfrogeye.{{ item }}automatrop.entry"
|
name: "geoffreyfrogeye.{{ extension }}automatrop.entry"
|
||||||
loop: "{{ extensions }}"
|
loop: "{{ extensions }}"
|
||||||
|
loop_control:
|
||||||
|
loop_var: extension
|
||||||
tags: always
|
tags: always
|
||||||
|
|
||||||
- name: Configure extensions rc sourcing
|
- name: Configure extensions rc sourcing
|
||||||
|
|
Loading…
Reference in a new issue