Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for module in $(ansible-galaxy collection list | grep -E '[a-z._0-9]+ +[0-9]' | awk '{print $1}') ; do ansible-galaxy collection install -U $module ; done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement