update requirements
All checks were successful
Linting / YAML Lint (push) Successful in 10s
Linting / Ansible Lint (push) Successful in 17s

This commit is contained in:
2026-01-02 19:57:27 +03:00
parent f80a1008c7
commit d169d7996f
2 changed files with 15 additions and 6 deletions

View File

@@ -19,6 +19,11 @@ tasks:
cmds:
- uv run ansible-galaxy role install --role-file requirements.yml --force
pl:
desc: 'Run playbooks with production inventory'
cmds:
- uv run ansible-playbook -i production.yml --diff {{.CLI_ARGS}}
ssh:
cmds:
- ssh {{.REMOTE_USER}}@{{.REMOTE_HOST}}