Refactor
This commit is contained in:
parent
0e9de7a409
commit
70f2ed5162
|
@ -1,6 +1,8 @@
|
||||||
- name: Configure SSH and add user accounts
|
- name: Configure SSH and add user accounts
|
||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
|
collections:
|
||||||
|
- slococo.playground
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
|
|
@ -7,3 +7,6 @@ galaxy_info:
|
||||||
galaxy_tags: ['users', 'creation']
|
galaxy_tags: ['users', 'creation']
|
||||||
|
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
||||||
|
collections:
|
||||||
|
- community.crypto
|
||||||
|
|
Loading…
Reference in New Issue