10 lines
204 B
YAML
10 lines
204 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
pre_tasks:
|
|
# Blank task for ignoring CI testing
|
|
# This role was tested manually
|
|
- name: Blank
|
|
ansible.builtin.command: echo
|
|
changed_when: false
|