# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Run playbook 'playbooks/tests_switch_provider.yml'] ********************** TASK [Gathering Facts] ********************************************************* Tuesday 31 May 2022 02:24:57 +0000 (0:00:00.028) 0:00:00.028 *********** ok: [sut] PLAY [Switch initscripts provider to nm] *************************************** TASK [Gathering Facts] ********************************************************* Tuesday 31 May 2022 02:24:58 +0000 (0:00:00.905) 0:00:00.933 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set fact to use initscripts network_provider] **************************** Tuesday 31 May 2022 02:24:58 +0000 (0:00:00.097) 0:00:01.031 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create test bridge {{ interface }} via initscripts provider] ************* Tuesday 31 May 2022 02:24:59 +0000 (0:00:00.147) 0:00:01.179 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 02:24:59 +0000 (0:00:00.078) 0:00:01.258 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 02:24:59 +0000 (0:00:00.035) 0:00:01.294 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 02:24:59 +0000 (0:00:00.039) 0:00:01.333 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set fact to use nm network_provider] ************************************* Tuesday 31 May 2022 02:24:59 +0000 (0:00:00.047) 0:00:01.381 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create test bridge {{ interface }} via nm provider] ********************** Tuesday 31 May 2022 02:24:59 +0000 (0:00:00.038) 0:00:01.419 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 02:24:59 +0000 (0:00:00.040) 0:00:01.462 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 02:24:59 +0000 (0:00:00.038) 0:00:01.500 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 02:24:59 +0000 (0:00:00.062) 0:00:01.563 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 02:24:59 +0000 (0:00:00.053) 0:00:01.617 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Tuesday 31 May 2022 02:24:59 +0000 (0:00:00.033) 0:00:01.651 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=1 changed=0 unreachable=0 failed=0 skipped=13 rescued=0 ignored=0 Tuesday 31 May 2022 02:24:59 +0000 (0:00:00.023) 0:00:01.674 *********** =============================================================================== Gathering Facts --------------------------------------------------------- 0.91s set fact to use initscripts network_provider ---------------------------- 0.15s Gathering Facts --------------------------------------------------------- 0.10s Create test bridge {{ interface }} via initscripts provider ------------- 0.08s include_tasks ----------------------------------------------------------- 0.06s include_tasks ----------------------------------------------------------- 0.05s include_tasks ----------------------------------------------------------- 0.05s Create test bridge {{ interface }} via nm provider ---------------------- 0.04s include_tasks ----------------------------------------------------------- 0.04s set fact to use nm network_provider ------------------------------------- 0.04s include_tasks ----------------------------------------------------------- 0.04s include_tasks ----------------------------------------------------------- 0.04s include_tasks ----------------------------------------------------------- 0.03s include_tasks ----------------------------------------------------------- 0.02s ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /opt/ansible-2.9/lib/python3.6/site-packages/ansible/parsing/vault/__init__.py:44: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release. from cryptography.exceptions import InvalidSignature ---^---^---^---^---^---