# 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] ********************************************************************************************************************************* ok: [sut] TASK [linux-system-roles.ci-testing : Set version specific variables] ********************************************************************************** ok: [sut] => (item=/home/gitlab.cee.redhat.com/gluetool-modules/dist-git-ci-testing-master-MpHYl4/vars/default.yml) => { "ansible_facts": { "__template_packages": [], "__template_services": [] }, "ansible_included_var_files": [ "/home/gluetool-modules/dist-git-ci-testing-master-MpHYl4/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/home//gluetool-modules/dist-git-ci-testing-master-MpHYl4/vars/default.yml" } TASK [linux-system-roles.ci-testing : Ensure required packages are installed] ************************************************************************** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.ci-testing : Ensure required services are enabled and started] **************************************************************** TASK [linux-system-roles.ci-testing : Generate /etc/foo.conf] ****************************************************************************************** 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-1616159101.38-186597246190625/source", "state": "file", "uid": 0 } RUNNING HANDLER [linux-system-roles.ci-testing : template handler to restart services] ***************************************************************** PLAY RECAP ********************************************************************************************************************************************* sut : ok=4 changed=1 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- /home/git/gitlab/venv_gl/venv_gl4/lib/python2.7/site-packages/ansible/parsing/vault/__init__.py:41: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release. from cryptography.exceptions import InvalidSignature ---^---^---^---^---^---