diff options
Diffstat (limited to 'final/wrapper')
| -rwxr-xr-x | final/wrapper | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/final/wrapper b/final/wrapper new file mode 100755 index 0000000..8047680 --- /dev/null +++ b/final/wrapper @@ -0,0 +1,5 @@ +#!/bin/bash + +tofu apply --auto-approve + +ansible-playbook -i hosts playbook.yml |
