Install collections in one go
This commit is contained in:
parent
e7a8e4fd61
commit
96f8626325
1 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
ansible-galaxy collection install ansible.posix
|
ansible-galaxy collection install \
|
||||||
ansible-galaxy collection install community.general
|
ansible.posix \
|
||||||
|
community.general
|
||||||
|
|
Loading…
Reference in a new issue