From a2f4ef8a1d83ac42195ad9c10d95572b44609dcd Mon Sep 17 00:00:00 2001 From: spmfox Date: Mon, 27 May 2024 22:02:53 -0400 Subject: Initial commit of project --- collections/requirements.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 collections/requirements.yml (limited to 'collections') diff --git a/collections/requirements.yml b/collections/requirements.yml new file mode 100644 index 0000000..1c4fcf4 --- /dev/null +++ b/collections/requirements.yml @@ -0,0 +1,3 @@ +# ansible-galaxy install -r collections/requirements.yml +collections: + - name: ansible.posix -- cgit