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