Using /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/ansible.cfg as config file [WARNING]: file /home/teuthworker/src/git.ceph.com_ceph-cm- ansible_main/roles/testnode/tasks/setup-opensuse.yml is empty and had no tasks to include [DEPRECATION WARNING]: community.postgresql.postgresql_set has been deprecated. Use postgresql_alter_system instead. This feature will be removed from community.postgresql in version 5.0.0. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* [WARNING]: Platform linux on host trial032.front.sepia.ceph.com is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [trial032.front.sepia.ceph.com] TASK [ansible-managed : Create the sudo group.] ******************************** ok: [trial032.front.sepia.ceph.com] => {"changed": false, "gid": 1000, "name": "sudo", "state": "present", "system": false} TASK [ansible-managed : Create the ansible user] ******************************* ok: [trial032.front.sepia.ceph.com] => {"append": true, "changed": false, "comment": "", "group": 1001, "groups": "sudo", "home": "/home/cm", "move_home": false, "name": "cm", "shell": "/bin/bash", "state": "present", "uid": 1001} TASK [ansible-managed : Delete the ansible users password.] ******************** skipping: [trial032.front.sepia.ceph.com] => {"changed": false, "false_condition": "user_created is defined and user_created is changed", "skip_reason": "Conditional result was False"} TASK [ansible-managed : Ensure includedir is present in sudoers.] ************** ok: [trial032.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} TASK [ansible-managed : Create the cephlab_sudo sudoers.d file.] *************** An exception occurred during task execution. To see the full traceback, use -vvv. The error was: OSError: [Errno 28] No space left on device: '/home/teuthworker/.ansible/tmp/ansible-local-1491553mp8rid01/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED-part' fatal: [trial032.front.sepia.ceph.com]: FAILED! => {"msg": "Unexpected failure during module execution: [Errno 28] No space left on device: '/home/teuthworker/.ansible/tmp/ansible-local-1491553mp8rid01/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED-part'", "stdout": ""} PLAY RECAP ********************************************************************* trial032.front.sepia.ceph.com : ok=4 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0