Initial commit
This commit is contained in:
6
entrypoint.sh
Normal file
6
entrypoint.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env ash
|
||||
|
||||
set -e
|
||||
ansible-playbook "$INPUT_PATH" -vv
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user