ansible/git/rollback.yml
2026-03-21 17:42:45 +00:00

5 lines
144 B
YAML

- hosts: localhost
tasks:
- name: Rollback to specific SHA
ansible.builtin.command: git -C /data/mcp-history reset --hard {{ sha }}