mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-01-26 03:03:59 +00:00
8 lines
156 B
YAML
8 lines
156 B
YAML
---
|
|
- name: Rollback tohtori
|
|
hosts: application
|
|
tasks:
|
|
- { include: roles/deploy/tasks/rollback.yml,
|
|
container_name: tohtori
|
|
}
|