From 2cccdbb42ff3b7a87210bda57870a455fc54147a Mon Sep 17 00:00:00 2001 From: spmfox Date: Wed, 28 Aug 2024 17:51:39 -0400 Subject: removing podman collection requirement, plays are now smarter and work with localhost (default) or remote hosts --- collections/requirements.yml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 collections/requirements.yml (limited to 'collections') diff --git a/collections/requirements.yml b/collections/requirements.yml deleted file mode 100644 index ff06a2d..0000000 --- a/collections/requirements.yml +++ /dev/null @@ -1,3 +0,0 @@ -# ansible-galaxy install -r collections/requirements.yml -collections: - - name: containers.podman -- cgit