質問編集履歴
2
コード修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
msg: "{{ item }}"
|
58
58
|
|
59
|
-
with_items: "{{ lookup('file', '/home/testuser/test/test
|
59
|
+
with_items: "{{ lookup('file', '/home/testuser/test/test.txt').splitlines() }}"
|
60
60
|
|
61
61
|
|
62
62
|
|
1
コード編集
test
CHANGED
File without changes
|
test
CHANGED
@@ -60,7 +60,7 @@
|
|
60
60
|
|
61
61
|
|
62
62
|
|
63
|
-
- name:
|
63
|
+
- name: test.txt awk
|
64
64
|
|
65
65
|
|
66
66
|
|