refs #8025 Add ansible.posix collection to enable authorized_key module
This commit is contained in:
parent
2ad298cc03
commit
a7b4c97a38
|
@ -2,6 +2,9 @@ collections:
|
||||||
- name: ansible.utils
|
- name: ansible.utils
|
||||||
version: '>=4.1.0'
|
version: '>=4.1.0'
|
||||||
type: galaxy
|
type: galaxy
|
||||||
|
- name: ansible.posix
|
||||||
|
version: '>=1.5.4'
|
||||||
|
type: galaxy
|
||||||
- name: ansible.windows
|
- name: ansible.windows
|
||||||
version: '>=2.3.0'
|
version: '>=2.3.0'
|
||||||
type: galaxy
|
type: galaxy
|
||||||
|
|
Loading…
Reference in New Issue