回答編集履歴

1

1

2019/11/10 04:39

投稿

xenbeat
xenbeat

スコア4258

test CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
 
4
4
 
5
- はい、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) を使えば可能です。
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) にサンプルコードがありますのでそちらを参考にしてみてください。