回答編集履歴

1

コードの修正

2020/05/10 14:03

投稿

comefigo
comefigo

スコア1045

test CHANGED
@@ -92,6 +92,6 @@
92
92
 
93
93
  dest: "/work/b_dir/{{ item.dest }}"
94
94
 
95
- loop: vars[ansible_hostname]['files']
95
+ loop: "{{ vars[ansible_hostname]['files'] }}"
96
96
 
97
97
  ```