mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-17 15:15:45 +03:00
fix: make sure container get's stopped once job is done
This commit is contained in:
parent
83379a0d72
commit
882340fa5c
3 changed files with 7 additions and 13 deletions
|
@ -1,7 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Run setup only once
|
||||
if [ ! -f /ansible/.startup-done ]; then
|
||||
ansible-playbook main.yml
|
||||
touch /ansible/.startup-done
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue