您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
287B

  1. ---
  2. - name: connection plugin directory
  3. file:
  4. path: /usr/share/ansible/plugins/connection
  5. state: directory
  6. - name: clone ansible-lxc-ssh
  7. git:
  8. repo: https://github.com/chifflier/ansible-lxc-ssh
  9. dest: /usr/share/ansible/plugins/connection/lxc_ssh
  10. version: master