From e28d8f38e282e4d8511016205e86e820b3f0cdc9 Mon Sep 17 00:00:00 2001 From: niki-on-github <63949202+niki-on-github@users.noreply.github.com> Date: Tue, 30 Aug 2022 05:58:57 +0200 Subject: [PATCH] add ansible.posix module to requirements.yml (#59) Co-authored-by: arch Co-authored-by: Techno Tim --- collections/requirements.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/collections/requirements.yml b/collections/requirements.yml index afc836d..9dbb90c 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,3 +1,4 @@ --- collections: - name: community.general + - name: ansible.posix