From 0d9cdb85e7373a0ef6cca8308529dd557f00a05b Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 7 Jul 2024 17:39:01 +0200 Subject: [PATCH] chore(ansible): add posix to requirements Signed-off-by: Matej Focko --- collections/requirements.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/collections/requirements.yml b/collections/requirements.yml index 8dd5161..a6b0fd8 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,3 +1,4 @@ --- collections: + - ansible.posix - community.general