From aebc874e8d5d66db008c5c3bd67684a628125251 Mon Sep 17 00:00:00 2001 From: andrew-aiken Date: Fri, 24 Jun 2022 09:27:58 -0400 Subject: [PATCH] adding requirements.yml Signed-off-by: andrew-aiken --- collections/requirements.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 collections/requirements.yml diff --git a/collections/requirements.yml b/collections/requirements.yml new file mode 100644 index 0000000..aaf35df --- /dev/null +++ b/collections/requirements.yml @@ -0,0 +1,8 @@ +--- + +collections: +- name: community.general + +- name: community.crypto + +- name: ansible.posix \ No newline at end of file