質問編集履歴
1
説明文の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -49,4 +49,7 @@
|
|
49
49
|
```
|
50
50
|
ansible.builtin.command: docker ps {{ "|" }} grep hoge_container
|
51
51
|
```
|
52
|
+
```
|
53
|
+
ansible.builtin.command: docker ps \| grep hoge_container
|
54
|
+
```
|
52
55
|
|