Files @ c10934519e18
Branch filter:

Location: majic-ansible-roles/roles/database/handlers/main.yml

branko
MAR-218: Switch to using fully-qualified collection names for all tasks:

- Ensures there is no ambiguity when invoking a module.
1
2
3
4
5
---

- name: Dummy handler to suppress Ansible warnings
  ansible.builtin.debug:
    msg: "This is just a dummy task to suppress the Ansible warning about an empty include."