Improve handling around loop var and correct pvcd

This commit is contained in:
2019-06-11 16:37:44 -04:00
parent 46a3bdb0bb
commit 2320f50621
2 changed files with 7 additions and 4 deletions

View File

@ -26,5 +26,7 @@
- include: pvc.yml
tags: pvc-pvc
run_once: true
delegate_to: "{{ item }}"
delegate_to: "{{ play_host }}"
with_items: "{{ play_hosts }}"
loop_control:
loop_var: play_host