# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Run playbook 'playbooks/tests_infiniband.yml' with nm as provider] ******* TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 17:51:51 +0000 (0:00:00.346) 0:00:00.346 ********* ok: [sut] TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:51:58 +0000 (0:00:06.692) 0:00:07.038 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/el_repo_setup.yml for sut TASK [Fix CentOS6 Base repo] *************************************************** Friday 05 August 2022 17:51:59 +0000 (0:00:00.619) 0:00:07.657 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:51:59 +0000 (0:00:00.478) 0:00:08.136 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** Friday 05 August 2022 17:52:00 +0000 (0:00:00.767) 0:00:08.904 ********* changed: [sut] => { "changed": true, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": "0:00:02.520539", "end": "2022-08-05 17:52:08.180859", "rc": 0, "start": "2022-08-05 17:52:05.660320" } STDOUT: Last metadata expiration check: 0:01:12 ago on Fri Aug 5 17:50:54 2022. epel-release-latest-8.noarch.rpm 740 kB/s | 24 kB 00:00 Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: epel-release noarch 8-16.el8 @commandline 24 k Transaction Summary ================================================================================ Install 1 Package Total size: 24 k Installed size: 34 k Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : epel-release-8-16.el8.noarch 1/1 Running scriptlet: epel-release-8-16.el8.noarch 1/1 Many EPEL packages require the CodeReady Builder (CRB) repository. It is recommended that you run /usr/bin/crb enable to enable the CRB repository. Verifying : epel-release-8-16.el8.noarch 1/1 Installed: epel-release-8-16.el8.noarch Complete! TASK [Enable EPEL 7] *********************************************************** Friday 05 August 2022 17:52:08 +0000 (0:00:08.486) 0:00:17.391 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Friday 05 August 2022 17:52:10 +0000 (0:00:01.268) 0:00:18.659 ********* changed: [sut] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.598079", "end": "2022-08-05 17:52:12.268853", "rc": 0, "start": "2022-08-05 17:52:11.670774" } TASK [Enable EPEL 6] *********************************************************** Friday 05 August 2022 17:52:12 +0000 (0:00:02.662) 0:00:21.322 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Friday 05 August 2022 17:52:13 +0000 (0:00:00.720) 0:00:22.042 ********* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [all] ********************************************************************* PLAY RECAP ********************************************************************* sut : ok=6 changed=2 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 Friday 05 August 2022 17:52:15 +0000 (0:00:02.224) 0:00:24.266 ********* =============================================================================== Create EPEL 8 ----------------------------------------------------------- 8.49s Gathering Facts --------------------------------------------------------- 6.69s Enable EPEL 8 ----------------------------------------------------------- 2.57s Set network provider to 'nm' -------------------------------------------- 2.22s Enable EPEL 7 ----------------------------------------------------------- 1.36s include_tasks ----------------------------------------------------------- 0.77s Enable EPEL 6 ----------------------------------------------------------- 0.72s include_tasks ----------------------------------------------------------- 0.62s Fix CentOS6 Base repo --------------------------------------------------- 0.48s ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---