From 4a0725cb73a6e5d743a3b1287ca5495144635429 2025-01-20 21:37:09 From: Branko Majic Date: 2025-01-20 21:37:09 Subject: [PATCH] MAR-230: Drop the leftover workaround for testing role parameters with deprecated TLS versions. --- diff --git a/roles/mail_server/molecule/default/prepare.yml b/roles/mail_server/molecule/default/prepare.yml index 3ba2c19e62bf738f16c73e76515e78562b484672..1b7610a874debc264c7d2fb2ccb22892dda077d8 100644 --- a/roles/mail_server/molecule/default/prepare.yml +++ b/roles/mail_server/molecule/default/prepare.yml @@ -182,24 +182,6 @@ become: true tasks: - - name: Enable TLSv1.0+ in global OpenSSL configuration file in order to be able to test the web_server_tls_protocols parameter - ansible.builtin.blockinfile: - path: "/etc/ssl/openssl.cnf" - block: | - [openssl_init] - ssl_conf = ssl_sect - - [ssl_sect] - system_default = system_default_sect - - [system_default_sect] - MinProtocol = TLSv1.1 - CipherString = DEFAULT@SECLEVEL=0 - owner: root - group: root - mode: "0644" - state: present - - name: Set-up the hosts file ansible.builtin.lineinfile: path: /etc/hosts