Files
2026-03-18 17:52:10 +03:00

12 lines
269 B
YAML

---
- name: Verify
hosts: all
gather_facts: false
tasks:
# Blank task for ignoring CI testing, because you can't change hostname in container
# This role was tested manually
- name: Blank
ansible.builtin.command: echo
changed_when: false