From 3dfabb5b3daadfa29b6c4ef80d99fb3c3514a487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Mattm=C3=BCller?= Date: Tue, 2 May 2023 13:14:31 +0200 Subject: [PATCH] playbooks,collections: renamed to .yml and added collection requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Mattmüller --- collections/requirements.yml | 4 ++++ playbooks/{ci-info.yaml => ci-info.yml} | 0 2 files changed, 4 insertions(+) create mode 100644 collections/requirements.yml rename playbooks/{ci-info.yaml => ci-info.yml} (100%) diff --git a/collections/requirements.yml b/collections/requirements.yml new file mode 100644 index 0000000..24f5007 --- /dev/null +++ b/collections/requirements.yml @@ -0,0 +1,4 @@ +--- +collections: +- ansible.posix +- community.general diff --git a/playbooks/ci-info.yaml b/playbooks/ci-info.yml similarity index 100% rename from playbooks/ci-info.yaml rename to playbooks/ci-info.yml