refs #8025 Add ansible.posix collection to enable authorized_key module

This commit is contained in:
Juan Ferrer 2024-10-22 19:01:41 +02:00
parent 2ad298cc03
commit a7b4c97a38
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ collections:
- name: ansible.utils
version: '>=4.1.0'
type: galaxy
- name: ansible.posix
version: '>=1.5.4'
type: galaxy
- name: ansible.windows
version: '>=2.3.0'
type: galaxy