質問編集履歴
1
説明文の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -49,3 +49,6 @@
|
|
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
|
+
```
|