選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- ---
-
- - name: connection plugin directory
- file:
- path: /usr/share/ansible/plugins/connection
- state: directory
-
- - name: clone ansible-lxc-ssh
- git:
- repo: https://github.com/chifflier/ansible-lxc-ssh
- dest: /usr/share/ansible/plugins/connection
|