Files
product-demos/windows/rollback.yml
2024-08-29 14:15:40 -04:00

10 lines
240 B
YAML

---
- name: Rollback playbook
hosts: "{{ _hosts | default('os_windows') }}"
gather_facts: false
tasks:
- name: Rollback this step
ansible.builtin.debug:
msg: "{{ rollback_msg | default('rolling back this step') }}"