diff --git a/ansible.cfg b/ansible.cfg index c2423e3..f56dcd4 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,4 @@ [defaults] inventory = inventory.yml host_key_checking = accept-new -callbacks_enabled = profile_tasks +callbacks_enabled=ansible.posix.profile_tasks diff --git a/collections/requirements.yml b/collections/requirements.yml index 6ce1b40..ef10f64 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -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