Changeset - 334a2f00fdf4
[Not reviewed]
0 1 0
Branko Majic (branko) - 2 months ago 2024-02-28 00:42:32
branko@majic.rs
MAR-192: The openssl.cnf hack is Debian 11 Bullseye-specific.
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
roles/xmpp_server/molecule/default/prepare.yml
Show inline comments
 
@@ -76,6 +76,10 @@
 
        regexp: "host\\.name\\)"
 
        replace: "host.targetname)"
 

	
 
- hosts: bullseye
 
  become: true
 
  tasks:
 

	
 
    - name: Enable TLSv1.0+ in global OpenSSL configuration file in order to be able to test the xmpp_server_tls_protocol parameter
 
      lineinfile:
 
        path: "/etc/ssl/openssl.cnf"
 
@@ -86,10 +90,6 @@
 
        mode: 0644
 
        state: present
 

	
 
- hosts: bullseye
 
  become: true
 
  tasks:
 

	
 
    - name: Set-up the hosts file
 
      lineinfile:
 
        path: /etc/hosts
0 comments (0 inline, 0 general)