From 96f8626325673fbb70b58150dd52d715d6f234af Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 15 Sep 2022 16:03:40 +0100 Subject: [PATCH] Install collections in one go --- collections.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/collections.sh b/collections.sh index 60a9c8b..8214f8b 100755 --- a/collections.sh +++ b/collections.sh @@ -1,3 +1,4 @@ #!/bin/sh -ansible-galaxy collection install ansible.posix -ansible-galaxy collection install community.general +ansible-galaxy collection install \ + ansible.posix \ + community.general