Initial commit

This commit is contained in:
2024-11-24 20:30:42 +01:00
commit 8b965d1f54
3 changed files with 40 additions and 0 deletions

6
entrypoint.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env ash
set -e
ansible-playbook "$INPUT_PATH" -vv
exit 0