- hosts: localhost pre_tasks: - name: Download Red Hat CA cert to the system get_url: url: https://password.corp.redhat.com/RH-IT-Root-CA.crt dest: /etc/pki/ca-trust/source/anchors/ validate_certs: no - name: Update CAs on the system command: update-ca-trust roles: - role: standard-test-beakerlib tags: - classic - container - atomic repositories: - repo: https://gitlab.cee.redhat.com/satellite5qe/rhncfg-actions.git dest: rhncfg-actions - repo: https://gitlab.cee.redhat.com/satellite5qe/RHN-Tools.git dest: RHN-Tools tests: - RHN-Tools/RHEL8-sanity/osad - rhncfg-actions/Sanity/enable-all - RHN-Tools/RHEL8-sanity/rhncfg - RHN-Tools/RHEL8-sanity/rhn-custom-info - RHN-Tools/RHEL8-sanity/rhnpush - RHN-Tools/RHEL8-sanity/rhn-virtualization-host - RHN-Tools/RHEL8-sanity/spacewalk-abrt - RHN-Tools/RHEL8-sanity/spacewalk-koan - RHN-Tools/RHEL8-sanity/spacewalk-oscap - RHN-Tools/RHEL8-sanity/spacewalk-remote-utils