From 403d10b7662236d32f541b8749991c861ad6228b Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 9 Apr 2026 22:41:01 +0200 Subject: [PATCH] Add ansible.posix collection dependency --- ansible/collections/requirements.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/collections/requirements.yml b/ansible/collections/requirements.yml index 89cb9a7..6c949bf 100644 --- a/ansible/collections/requirements.yml +++ b/ansible/collections/requirements.yml @@ -1,5 +1,6 @@ --- collections: + - name: ansible.posix - name: ansible.windows - name: community.general - name: community.windows