Files @ 80509e42b589
Branch filter:

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

branko
MAR-192: Allocate a bit more memory to LDAP server helper for mail_server tests:

- Debian 12 Bookworm is a bit more memory-hungry.
---

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

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