replace dict with loop

stable
Dryusdan 2 years ago
parent e6ba5fa2ee
commit a60fe7e2e9

@ -65,7 +65,7 @@
shell: "unzip -o ghost-latest.zip 'content/*' -d ./"
args:
chdir: "{{ item.home }}/"
with_dict: "{{ ghost }}"
loop: "{{ ghost }}"
become: yes
become_user : "{{ item.account }}"
when: ghost_deploy_site in item.name

Loading…
Cancel
Save