list coollections als script

This commit is contained in:
Michael Grote 2020-12-28 18:15:20 +01:00
parent 48ad1b67c9
commit 94dd860991

3
list_collections.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
ansible-galaxy collection list -vvv
# Datei muss Zeilenende LF haben