From 09c57df1abcab7b0d13ce8a6119c27047c8af328 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Sat, 13 Apr 2024 13:07:53 +0200 Subject: [PATCH] Add missing collection. --- ansible.cfg | 2 +- collections/requirements.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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