Files @ 2d15529786b7
Branch filter:

Location: majic-ansible-roles/roles/mail_server/molecule/default/host_vars/clamav-database.yml - annotation

branko
MAR-218: Fix linting errors related to commands doing unconditional changes:

- Tasks run during the prepare stage of test runs do not matter.
- Some of the role tasks are already effectively running only when
change _will_ happen (when it is detected via variable registered by
a previous task).
1
2
3
4
---

clamav_database_http_server_tls_certificate: "{{ lookup('file', 'tests/data/x509/server/clamav-database_https.cert.pem') }}"
clamav_database_http_server_tls_key: "{{ lookup('file', 'tests/data/x509/server/clamav-database_https.key.pem') }}"