Difference between revisions of "Update deprecated openssl library from source code"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
     - name: Install and start as service sysstat for Ubuntu  
 
     - name: Install and start as service sysstat for Ubuntu  
 
       [[block:]]
 
       [[block:]]
      - ansible.builtin.get_url:
+
        - name: Download and unarchive
           [[url:]] https://www.openssl.org/source/openssl-3.0.7.tar.gz
+
          ansible.builtin.unarchive:
           [[dest:]] /tmp/
+
           src: https://www.openssl.org/source/openssl-3.0.7.tar.gz
+
           dest: /tmp/
 +
          remote_src: yes
 +
 
 
       - [[package:]]
 
       - [[package:]]
 
           name: [[perl-IPC-Cmd]]
 
           name: [[perl-IPC-Cmd]]
 
           [[state: present]]
 
           [[state: present]]
  
    - name: Download and unarchive
 
      ansible.builtin.unarchive:
 
        src: https://www.openssl.org/source/openssl-3.0.7.tar.gz
 
        dest: /tmp/
 
        remote_src: yes
 
  
  

Revision as of 13:06, 5 February 2024

Advertising: