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 trial169.front.sepia.ceph.com is using the discovered Python interpreter at /usr/bin/python3.12, 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: [trial169.front.sepia.ceph.com] [WARNING]: Platform linux on host trial081.front.sepia.ceph.com is using the discovered Python interpreter at /usr/bin/python3.12, 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: [trial081.front.sepia.ceph.com] TASK [ansible-managed : Create the sudo group.] ******************************** ok: [trial169.front.sepia.ceph.com] => {"changed": false, "gid": 1002, "name": "sudo", "state": "present", "system": false} ok: [trial081.front.sepia.ceph.com] => {"changed": false, "gid": 1002, "name": "sudo", "state": "present", "system": false} TASK [ansible-managed : Create the ansible user] ******************************* ok: [trial081.front.sepia.ceph.com] => {"append": true, "changed": false, "comment": "", "group": 1003, "groups": "sudo", "home": "/home/cm", "move_home": false, "name": "cm", "shell": "/bin/bash", "state": "present", "uid": 1002} ok: [trial169.front.sepia.ceph.com] => {"append": true, "changed": false, "comment": "", "group": 1003, "groups": "sudo", "home": "/home/cm", "move_home": false, "name": "cm", "shell": "/bin/bash", "state": "present", "uid": 1002} TASK [ansible-managed : Delete the ansible users password.] ******************** skipping: [trial081.front.sepia.ceph.com] => {"changed": false, "false_condition": "user_created is defined and user_created is changed", "skip_reason": "Conditional result was False"} skipping: [trial169.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: [trial081.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""} ok: [trial169.front.sepia.ceph.com] => {"backup": "", "changed": false, "msg": ""}