Files @ a4e8ff9a0297
Branch filter:

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

branko
MAR-200: Bumping version to 7.1-maint (switching back to maintenance).
---

- 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"