diff --git a/roles/common/molecule/default/fixtures.yml b/roles/common/molecule/default/fixtures.yml deleted file mode 100644 index c436e4d7a019cfa5481b344fc900bb0046f60e5f..0000000000000000000000000000000000000000 --- a/roles/common/molecule/default/fixtures.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- - -- hosts: localhost - connection: local - gather_facts: false - - tasks: - - - name: Remove existing X.509 material - file: - path: "tests/data/.gimmecert" - state: absent - - - name: Initialise the CA hierarchy - command: "gimmecert init --ca-hierarchy-depth 2" - args: - creates: "tests/data/.gimmecert" - chdir: "tests/data/" - - - name: Link to the generated X.509 material - file: - src: ".gimmecert" - dest: "tests/data/x509" - state: link