Merge "Make sure that we pass list in loop"

This commit is contained in:
Zuul 2020-09-29 01:35:06 +00:00 committed by Gerrit Code Review
commit d69c9f75b1

View File

@ -7,7 +7,7 @@
- name: Activate stow
command: "stow -d {{ python_stow_dir }} -S {{ zj_stow_env | basename }}"
loop: "{{ stow_envs.files | map(attribute='path') | unique }}"
loop: "{{ stow_envs.files | map(attribute='path') | list }}"
loop_control:
loop_var: zj_stow_env
when: python_version in item