回答編集履歴
1
1
test
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
はい、
|
5
|
+
はい、可能です。
|
6
|
+
|
7
|
+
Ansibleでは [statモジュール](https://docs.ansible.com/ansible/latest/modules/stat_module.html) と [その戻り値(`stat.islnk`)](https://docs.ansible.com/ansible/latest/modules/stat_module.html#return-values)、 [whenステートメント](https://docs.ansible.com/ansible/latest/user_guide/playbooks_conditionals.html#the-when-statement) を使います。
|
6
8
|
|
7
9
|
[examples](https://docs.ansible.com/ansible/latest/modules/stat_module.html#examples) にサンプルコードがありますのでそちらを参考にしてみてください。
|