8 lines
140 B
YAML
8 lines
140 B
YAML
---
|
|
- hosts: windows
|
|
name: Rollback playbook
|
|
tasks:
|
|
- name: "Rollback this step"
|
|
debug:
|
|
msg: "Rolling back this step"
|