Install collections in one go

This commit is contained in:
Anthony Rose 2022-09-15 16:03:40 +01:00
parent e7a8e4fd61
commit 96f8626325

View file

@ -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