Files
gitlab-mirror/roles/sshd/molecule/default/verify.yml
2025-12-18 11:54:32 +03:00

12 lines
170 B
YAML

---
- name: Verify
hosts: all
gather_facts: false
any_errors_fatal: true
tasks:
- name: Blank
ansible.builtin.command: echo
changed_when: false