12 lines
221 B
YAML
12 lines
221 B
YAML
---
|
|
|
|
- name: Verify
|
|
hosts: all
|
|
gather_facts: false
|
|
tasks:
|
|
# Blank task for ignoring CI testing
|
|
# This role was tested manually
|
|
- name: Blank
|
|
ansible.builtin.command: echo
|
|
changed_when: false
|