ansible: playbook for postgres and gitea
This commit is contained in:
@@ -7,4 +7,5 @@ if [ "$(id -u)" = '0' ]; then
|
||||
fi
|
||||
|
||||
# Exécuter le reste des commandes en tant que non-root
|
||||
for col in `find /home/arcodange/code/ -name galaxy.yml`; do ansible-galaxy collection install `dirname $col`; done
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user