log commang running
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s

This commit is contained in:
2026-01-10 16:52:18 -05:00
parent b645bf320d
commit 0cb9abf64a

View File

@@ -11,6 +11,7 @@ def construct_command(tags = []):
command = f"ANSIBLE_CONFIG=ansible.cfg /usr/bin/ansible-playbook main.yml --vault-password-file ~/.vault_pass.txt"
command += f" --tags {",".join(tags)}"
print(command)
return command
def deploy(tags):