Co-authored-by: willtome <wtome@redhat.com> Co-authored-by: Chris Edillon <67980205+jce-redhat@users.noreply.github.com>
10 lines
240 B
YAML
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') }}"
|