Add missing collection.
This commit is contained in:
parent
0eb083fee5
commit
09c57df1ab
@ -1,4 +1,4 @@
|
||||
[defaults]
|
||||
inventory = inventory.yml
|
||||
host_key_checking = accept-new
|
||||
callbacks_enabled = profile_tasks
|
||||
callbacks_enabled=ansible.posix.profile_tasks
|
||||
|
@ -5,3 +5,6 @@ collections:
|
||||
- name: containers.podman
|
||||
version: 1.11.0
|
||||
source: https://galaxy.ansible.com
|
||||
- name: ansible.posix
|
||||
version: 1.5.4
|
||||
source: https://galaxy.ansible.com
|
||||
|
Loading…
Reference in New Issue
Block a user