ansible-role-immich/molecule/default/converge.yml
2023-11-18 14:31:00 +01:00

9 lines
203 B
YAML

---
- name: Converge
hosts: all
gather_facts: false
tasks:
- name: Replace this task with one that validates your content
ansible.builtin.debug:
msg: "This is the effective test"