This commit is contained in:
Santiago Lo Coco 2024-04-14 18:44:36 +02:00
parent 0e9de7a409
commit 70f2ed5162
3 changed files with 8 additions and 3 deletions

View File

@ -21,4 +21,4 @@ repository: https://git.slc.ar/slococo/ansible-playground
issues: https://git.slc.ar/slococo/ansible-playground/issues
dependencies:
"community.crypto": ">=2.0.0"
"community.crypto": ">=2.0.0"

View File

@ -1,6 +1,8 @@
- name: Configure SSH and add user accounts
hosts: all
become: true
collections:
- slococo.playground
gather_facts: true
roles:

View File

@ -7,3 +7,6 @@ galaxy_info:
galaxy_tags: ['users', 'creation']
dependencies: []
collections:
- community.crypto