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