Files @ c10934519e18
Branch filter:

Location: majic-ansible-roles/roles/mail_server/molecule/default/cleanup.yml

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

- Ensures there is no ambiguity when invoking a module.
---

- name: Clean-up fixtures
  hosts: localhost
  connection: local
  gather_facts: false
  tasks:

    - name: Remove X.509 material
      ansible.builtin.file:
        path: "{{ item }}"
        state: absent
      with_items:
        - "tests/data/x509"
        - "tests/data/.gimmecert"