# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* Wednesday 20 July 2022 08:41:40 +0000 (0:00:00.030) 0:00:00.030 ******** ok: [sut] TASK [linux-system-roles.ci-testing : Set version specific variables] ********** Wednesday 20 July 2022 08:41:41 +0000 (0:00:00.825) 0:00:00.855 ******** ok: [sut] => (item=/WORKDIR/dist-git-ci-testing-master-Fm2aYg/vars/default.yml) => { "ansible_facts": { "__template_packages": [], "__template_services": [] }, "ansible_included_var_files": [ "/WORKDIR/dist-git-ci-testing-master-Fm2aYg/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/dist-git-ci-testing-master-Fm2aYg/vars/default.yml" } TASK [linux-system-roles.ci-testing : Ensure required packages are installed] *** Wednesday 20 July 2022 08:41:41 +0000 (0:00:00.054) 0:00:00.910 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.ci-testing : Ensure required services are enabled and started] *** Wednesday 20 July 2022 08:41:44 +0000 (0:00:03.210) 0:00:04.121 ******** TASK [linux-system-roles.ci-testing : Generate /etc/foo.conf] ****************** Wednesday 20 July 2022 08:41:45 +0000 (0:00:00.064) 0:00:04.185 ******** changed: [sut] => { "changed": true, "checksum": "37ca01c8752be9e3c6bffd00835366a6d606a2f7", "dest": "/etc/foo.conf", "gid": 0, "group": "root", "md5sum": "1f17e90823e58aad923d09f72c9b0715", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 125, "src": "/root/.ansible/tmp/ansible-tmp-1658306505.1035924-810-186552391496162/source", "state": "file", "uid": 0 } RUNNING HANDLER [linux-system-roles.ci-testing : template handler to restart services] *** Wednesday 20 July 2022 08:41:46 +0000 (0:00:00.982) 0:00:05.168 ******** PLAY RECAP ********************************************************************* sut : ok=4 changed=1 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Wednesday 20 July 2022 08:41:46 +0000 (0:00:00.021) 0:00:05.190 ******** =============================================================================== linux-system-roles.ci-testing : Ensure required packages are installed --- 3.21s linux-system-roles.ci-testing : Generate /etc/foo.conf ------------------ 0.98s Gathering Facts --------------------------------------------------------- 0.83s linux-system-roles.ci-testing : Ensure required services are enabled and started --- 0.06s linux-system-roles.ci-testing : Set version specific variables ---------- 0.05s linux-system-roles.ci-testing : template handler to restart services ---- 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 ---^---^---^---^---^---