Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- ---
-
- - 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
|