3 lines
110 B
Bash
Executable file
3 lines
110 B
Bash
Executable file
#!/bin/sh
|
|
ansible-galaxy collection install ansible.posix
|
|
ansible-galaxy collection install community.general
|