回答編集履歴
1
書き方になれておらずすいません。
test
CHANGED
@@ -7,6 +7,8 @@
|
|
7
7
|
shellないのでpath、logname参照は、「item.item.path」「item.item.logname」に変更
|
8
8
|
|
9
9
|
こんなコーディングになると思います。
|
10
|
+
|
11
|
+
```
|
10
12
|
|
11
13
|
- hosts: hoge
|
12
14
|
|
@@ -59,3 +61,5 @@
|
|
59
61
|
with_items: "{{ existence.results }}"
|
60
62
|
|
61
63
|
tags: delete_logs
|
64
|
+
|
65
|
+
```
|