# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci9ylovusq/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_basic_ipa.yml ************************************************** 1 plays in /WORKDIR/git-weekly-ci9ylovusq/tests/tests_basic_ipa.yml PLAY [Test using IPA to issue certs] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tests_basic_ipa.yml:2 Saturday 15 June 2024 12:34:31 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tests_basic_ipa.yml:13 Saturday 15 June 2024 12:34:32 +0000 (0:00:00.966) 0:00:00.979 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tests_basic_ipa.yml:18 Saturday 15 June 2024 12:34:32 +0000 (0:00:00.276) 0:00:01.255 ********* META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Set __is_beaker_env] ***************************************************** task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:2 Saturday 15 June 2024 12:34:32 +0000 (0:00:00.004) 0:00:01.259 ********* ok: [sut] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:9 Saturday 15 June 2024 12:34:32 +0000 (0:00:00.018) 0:00:01.278 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:14 Saturday 15 June 2024 12:34:32 +0000 (0:00:00.223) 0:00:01.501 ********* ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:18 Saturday 15 June 2024 12:34:32 +0000 (0:00:00.012) 0:00:01.514 ********* skipping: [sut] => { "changed": false, "false_condition": "__is_beaker_env", "skip_reason": "Conditional result was False" } TASK [Ensure freeipa-repo is absent] ******************************************* task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:24 Saturday 15 June 2024 12:34:32 +0000 (0:00:00.007) 0:00:01.522 ********* ok: [sut -> 127.0.0.1] => { "changed": false, "path": "/tmp/freeipa-repo/", "state": "absent" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:32 Saturday 15 June 2024 12:34:32 +0000 (0:00:00.176) 0:00:01.698 ********* changed: [sut -> 127.0.0.1] => { "after": "a1230cabc62623f4f0a0a5d96bc2fe4c0bb84981", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:41 Saturday 15 June 2024 12:34:33 +0000 (0:00:00.704) 0:00:02.402 ********* changed: [sut -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-ci9ylovusq/tests/roles/ipaserver", "gid": 1001, "group": "jenkins", "item": "ipaserver", "mode": "0777", "owner": "jenkins", "size": 34, "src": "/tmp/freeipa-repo/roles/ipaserver/", "state": "link", "uid": 1000090000 } changed: [sut -> 127.0.0.1] => (item=ipaclient) => { "ansible_loop_var": "item", "changed": true, "dest": "/WORKDIR/git-weekly-ci9ylovusq/tests/roles/ipaclient", "gid": 1001, "group": "jenkins", "item": "ipaclient", "mode": "0777", "owner": "jenkins", "size": 34, "src": "/tmp/freeipa-repo/roles/ipaclient/", "state": "link", "uid": 1000090000 } TASK [Ensure hostname package is installed] ************************************ task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:53 Saturday 15 June 2024 12:34:33 +0000 (0:00:00.227) 0:00:02.630 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: hostname TASK [Set hostname] ************************************************************ task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:59 Saturday 15 June 2024 12:34:36 +0000 (0:00:02.225) 0:00:04.856 ********* changed: [sut] => { "ansible_facts": { "ansible_domain": "test.local", "ansible_fqdn": "ipaserver.test.local", "ansible_hostname": "ipaserver", "ansible_nodename": "ipaserver.test.local" }, "changed": true, "name": "ipaserver.test.local" } TASK [Ensure nss package is up-to-date] **************************************** task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:65 Saturday 15 June 2024 12:34:36 +0000 (0:00:00.641) 0:00:05.497 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: nss TASK [Include ipaserver role] ************************************************** task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:82 Saturday 15 June 2024 12:34:38 +0000 (0:00:02.139) 0:00:07.636 ********* TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Saturday 15 June 2024 12:34:38 +0000 (0:00:00.014) 0:00:07.651 ********* ok: [sut] => (item=/tmp/freeipa-repo/roles/ipaserver/vars/Fedora.yml) => { "ansible_facts": { "ipaserver_packages": [ "freeipa-server", "python3-libselinux" ], "ipaserver_packages_adtrust": [ "freeipa-server-trust-ad" ], "ipaserver_packages_dns": [ "freeipa-server-dns" ], "ipaserver_packages_firewalld": [ "firewalld" ] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaserver/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaserver/vars/Fedora.yml" } TASK [ipaserver : Install IPA server] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:19 Saturday 15 June 2024 12:34:38 +0000 (0:00:00.016) 0:00:07.667 ********* included: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml for sut TASK [ipaserver : Install - Ensure that IPA server packages are installed] ***** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 Saturday 15 June 2024 12:34:38 +0000 (0:00:00.032) 0:00:07.700 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: jackson-databind-2.15.2-2.fc39.noarch", "Installed: python3-pyusb-1.2.1-7.fc39.noarch", "Installed: python3-sss-2.9.5-1.fc39.x86_64", "Installed: fstrm-0.6.1-8.fc39.x86_64", "Installed: jackson-jaxrs-json-provider-2.15.2-2.fc39.noarch", "Installed: jackson-jaxrs-providers-2.15.2-2.fc39.noarch", "Installed: freeipa-client-4.12.0-1.fc39.x86_64", "Installed: freeipa-client-common-4.12.0-1.fc39.noarch", "Installed: python3-ldap-3.4.4-1.fc39.x86_64", "Installed: jackson-module-jaxb-annotations-2.15.2-2.fc39.noarch", "Installed: freeipa-common-4.12.0-1.fc39.noarch", "Installed: python3-lib389-2.4.5-1.fc39.noarch", "Installed: freeipa-healthcheck-core-0.16-3.fc39.noarch", "Installed: python3-sssdconfig-2.9.5-1.fc39.noarch", "Installed: freeipa-selinux-4.12.0-1.fc39.noarch", "Installed: python3-libipa_hbac-2.9.5-1.fc39.x86_64", "Installed: freeipa-server-4.12.0-1.fc39.x86_64", "Installed: freeipa-server-common-4.12.0-1.fc39.noarch", "Installed: jakarta-activation-2.1.1-4.fc39.noarch", "Installed: python3-mod_wsgi-4.9.4-6.fc39.x86_64", "Installed: mod_auth_gssapi-1.6.5-3.fc39.x86_64", "Installed: jakarta-annotations-1.3.5-16.fc39.noarch", "Installed: python3-ifaddr-0.1.7-11.fc39.noarch", "Installed: ecj-1:4.23-6.fc39.noarch", "Installed: libipa_hbac-2.9.5-1.fc39.x86_64", "Installed: httpcomponents-client-4.5.13-7.fc39.noarch", "Installed: httpcomponents-core-4.4.13-9.fc39.noarch", "Installed: mod_lookup_identity-1.0.0-18.fc39.x86_64", "Installed: perl-Devel-Peek-1.33-502.fc39.x86_64", "Installed: python3-ply-3.11-20.fc39.noarch", "Installed: perl-Archive-Tar-3.02-4.fc39.noarch", "Installed: oddjob-0.34.7-9.fc39.x86_64", "Installed: oddjob-mkhomedir-0.34.7-9.fc39.x86_64", "Installed: tzdata-java-2024a-2.fc39.noarch", "Installed: 389-ds-base-2.4.5-1.fc39.x86_64", "Installed: 389-ds-base-libs-2.4.5-1.fc39.x86_64", "Installed: dbus-tools-1:1.14.10-1.fc39.x86_64", "Installed: libjose-14-1.fc39.x86_64", "Installed: libkadm5-1.21.2-3.fc39.x86_64", "Installed: python3-cffi-1.15.1-6.fc39.x86_64", "Installed: python3-wrapt-1.15.0-1.fc39.x86_64", "Installed: logrotate-3.21.0-4.fc39.x86_64", "Installed: mailcap-2.1.54-2.fc39.noarch", "Installed: python3-psutil-5.9.5-1.fc39.x86_64", "Installed: libdb-utils-5.3.28-56.fc39.x86_64", "Installed: perl-DB_File-1.859-1.fc39.x86_64", "Installed: python3-netaddr-0.8.0-14.fc39.noarch", "Installed: openssl-perl-1:3.1.1-4.fc39.x86_64", "Installed: dogtag-jss-5.4.2-1.fc39.1.x86_64", "Installed: dogtag-ldapjdk-5.4.1-2.fc39.noarch", "Installed: dogtag-pki-acme-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-base-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-ca-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-java-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-kra-11.4.3-2.fc39.1.noarch", "Installed: dogtag-pki-server-11.4.3-2.fc39.1.noarch", "Installed: perl-Text-Diff-1.45-19.fc39.noarch", "Installed: dogtag-pki-tools-11.4.3-2.fc39.1.x86_64", "Installed: dogtag-tomcatjss-8.4.1-2.fc39.noarch", "Installed: libicu-73.2-2.fc39.x86_64", "Installed: perl-threads-1:2.36-500.fc39.x86_64", "Installed: perl-threads-shared-1.68-500.fc39.x86_64", "Installed: policycoreutils-python-utils-3.5-8.fc39.noarch", "Installed: fedora-logos-httpd-38.1.0-2.fc39.noarch", "Installed: libsss_autofs-2.9.5-1.fc39.x86_64", "Installed: libsss_certmap-2.9.5-1.fc39.x86_64", "Installed: libsss_idmap-2.9.5-1.fc39.x86_64", "Installed: python3-pycparser-2.20-11.fc39.noarch", "Installed: samba-client-libs-2:4.19.6-1.fc39.x86_64", "Installed: samba-common-2:4.19.6-1.fc39.noarch", "Installed: tomcat-native-1:1.2.36-2.fc39.x86_64", "Installed: samba-common-libs-2:4.19.6-1.fc39.x86_64", "Installed: libsss_nss_idmap-2.9.5-1.fc39.x86_64", "Installed: mod_http2-2.0.27-1.fc39.x86_64", "Installed: java-17-openjdk-headless-1:17.0.11.0.9-1.fc39.x86_64", "Installed: mod_lua-2.4.59-2.fc39.x86_64", "Installed: libsss_sudo-2.9.5-1.fc39.x86_64", "Installed: mod_session-2.4.59-2.fc39.x86_64", "Installed: mod_ssl-1:2.4.59-2.fc39.x86_64", "Installed: perl-Term-ReadLine-1.17-502.fc39.noarch", "Installed: python3-cryptography-41.0.7-1.fc39.x86_64", "Installed: lua-5.4.6-3.fc39.x86_64", "Installed: python3-jwcrypto-1.4.2-5.fc39.noarch", "Installed: perl-Tie-4.6-502.fc39.noarch", "Installed: open-sans-fonts-1.10-19.fc39.noarch", "Installed: bind-libs-32:9.18.26-1.fc39.x86_64", "Installed: bind-license-32:9.18.26-1.fc39.noarch", "Installed: bind-utils-32:9.18.26-1.fc39.x86_64", "Installed: python3-kdcproxy-1.0.0-13.fc39.noarch", "Installed: nss-tools-3.99.0-1.fc39.x86_64", "Installed: python3-typing-extensions-4.8.0-1.fc39.noarch", "Installed: krb5-pkinit-1.21.2-3.fc39.x86_64", "Installed: krb5-server-1.21.2-3.fc39.x86_64", "Installed: krb5-workstation-1.21.2-3.fc39.x86_64", "Installed: perl-debugger-1.60-502.fc39.noarch", "Installed: python3-argcomplete-2.0.0-12.fc39.noarch", "Installed: javapackages-filesystem-6.1.0-10.fc39.noarch", "Installed: javapackages-tools-6.1.0-10.fc39.noarch", "Installed: slf4j-1.7.32-6.fc39.noarch", "Installed: slf4j-jdk14-1.7.32-6.fc39.noarch", "Installed: sscg-3.0.5-3.fc39.x86_64", "Installed: bash-completion-1:2.11-12.fc39.noarch", "Installed: perl-meta-notation-5.38.2-502.fc39.noarch", "Installed: jaxb-api-4.0.0-4.fc39.noarch", "Installed: fontawesome4-fonts-1:4.7.0-19.fc39.noarch", "Installed: python3-pyasn1-0.5.1-1.fc39.noarch", "Installed: lua-posix-36.2.1-3.fc39.x86_64", "Installed: perl-sigtrap-1.10-502.fc39.noarch", "Installed: python3-pyasn1-modules-0.5.1-1.fc39.noarch", "Installed: libuv-1:1.48.0-1.fc39.x86_64", "Installed: python3-augeas-1.1.0-10.fc39.noarch", "Installed: jboss-jaxrs-2.0-api-1.0.0-24.fc39.noarch", "Installed: apache-commons-cli-1.5.0-6.fc39.noarch", "Installed: jboss-logging-3.5.3-2.fc39.noarch", "Installed: apache-commons-codec-1.15-9.fc39.noarch", "Installed: jboss-logging-tools-2.2.1-12.fc39.noarch", "Installed: acl-2.3.1-9.fc39.x86_64", "Installed: publicsuffix-list-20240107-1.fc39.noarch", "Installed: apache-commons-io-1:2.11.0-4.fc39.noarch", "Installed: jdeparser-2.0.3-14.fc39.noarch", "Installed: apache-commons-lang3-3.12.0-9.fc39.noarch", "Installed: julietaula-montserrat-fonts-1:7.222-8.fc39.noarch", "Installed: apache-commons-logging-1.2-34.fc39.noarch", "Installed: slapi-nis-0.60.0-4.fc39.x86_64", "Installed: sssd-kcm-2.9.5-1.fc39.x86_64", "Installed: apache-commons-net-3.8.0-3.fc39.noarch", "Installed: alsa-lib-1.2.11-2.fc39.x86_64", "Installed: jemalloc-5.3.0-4.fc39.x86_64", "Installed: python3-decorator-5.1.1-7.fc39.noarch", "Installed: httpd-2.4.59-2.fc39.x86_64", "Installed: httpd-core-2.4.59-2.fc39.x86_64", "Installed: python3-deprecated-1.2.14-3.fc39.noarch", "Installed: httpd-filesystem-2.4.59-2.fc39.noarch", "Installed: httpd-tools-2.4.59-2.fc39.x86_64", "Installed: python3-sss-murmur-2.9.5-1.fc39.x86_64", "Installed: words-3.0-44.fc39.noarch", "Installed: python3-qrcode-7.4.2-12.fc39.noarch", "Installed: libwbclient-2:4.19.6-1.fc39.x86_64", "Installed: apr-1.7.3-2.fc39.x86_64", "Installed: lksctp-tools-1.0.19-4.fc39.x86_64", "Installed: apr-util-1.6.3-4.fc39.x86_64", "Installed: apr-util-bdb-1.6.3-4.fc39.x86_64", "Installed: augeas-libs-1.13.0-5.fc39.x86_64", "Installed: apr-util-openssl-1.6.3-4.fc39.x86_64", "Installed: certmonger-0.79.18-2.fc39.x86_64", "Installed: openldap-clients-2.6.6-1.fc39.x86_64", "Installed: cyrus-sasl-gssapi-2.1.28-11.fc39.x86_64", "Installed: perl-Algorithm-Diff-1.2010-9.fc39.noarch", "Installed: python3-gssapi-1.7.3-6.fc39.x86_64", "Installed: cyrus-sasl-md5-2.1.28-11.fc39.x86_64", "Installed: cyrus-sasl-plain-2.1.28-11.fc39.x86_64", "Installed: sssd-client-2.9.5-1.fc39.x86_64", "Installed: sssd-common-2.9.5-1.fc39.x86_64", "Installed: sssd-common-pac-2.9.5-1.fc39.x86_64", "Installed: perl-Compress-Raw-Bzip2-2.206-1.fc39.x86_64", "Installed: sssd-dbus-2.9.5-1.fc39.x86_64", "Installed: perl-Compress-Raw-Lzma-2.206-2.fc39.x86_64", "Installed: perl-Compress-Raw-Zlib-2.206-1.fc39.x86_64", "Installed: perl-IO-Compress-2.206-1.fc39.noarch", "Installed: perl-IO-Compress-Lzma-2.206-1.fc39.noarch", "Installed: python3-yubico-1.3.3-13.fc39.noarch", "Installed: softhsm-2.6.1-5.fc39.7.x86_64", "Installed: sssd-idp-2.9.5-1.fc39.x86_64", "Installed: sssd-ipa-2.9.5-1.fc39.x86_64", "Installed: sssd-krb5-2.9.5-1.fc39.x86_64", "Installed: sssd-krb5-common-2.9.5-1.fc39.x86_64", "Installed: sssd-passkey-2.9.5-1.fc39.x86_64", "Installed: sssd-tools-2.9.5-1.fc39.x86_64", "Installed: sssd-nfs-idmap-2.9.5-1.fc39.x86_64", "Installed: python3-ipaclient-4.12.0-1.fc39.noarch", "Installed: python3-ipalib-4.12.0-1.fc39.noarch", "Installed: python3-ipaserver-4.12.0-1.fc39.noarch", "Installed: tomcat-1:9.0.89-1.fc39.noarch", "Installed: tomcat-el-3.0-api-1:9.0.89-1.fc39.noarch", "Installed: tomcat-jsp-2.3-api-1:9.0.89-1.fc39.noarch", "Installed: tomcat-lib-1:9.0.89-1.fc39.noarch", "Installed: tomcat-servlet-4.0-api-1:9.0.89-1.fc39.noarch", "Installed: python3-dns-2.4.2-1.fc39.noarch", "Installed: perl-IO-Zlib-1:1.14-500.fc39.noarch", "Installed: autofs-1:5.1.8-21.fc39.x86_64", "Installed: pki-resteasy-3.0.26-27.fc39.noarch", "Installed: pki-resteasy-client-3.0.26-27.fc39.noarch", "Installed: pki-resteasy-core-3.0.26-27.fc39.noarch", "Installed: pki-resteasy-jackson2-provider-3.0.26-27.fc39.noarch", "Installed: pki-resteasy-servlet-initializer-3.0.26-27.fc39.noarch", "Installed: cups-libs-1:2.4.8-3.fc39.x86_64", "Installed: copy-jdk-configs-4.1-3.fc39.noarch", "Installed: python3-dogtag-pki-11.4.3-2.fc39.1.noarch", "Installed: jackson-annotations-2.15.2-2.fc39.noarch", "Installed: jackson-core-2.15.2-2.fc39.noarch", "Removed: sssd-client-2.9.4-2.fc39.x86_64", "Removed: sssd-common-2.9.4-2.fc39.x86_64", "Removed: sssd-kcm-2.9.4-2.fc39.x86_64", "Removed: sssd-nfs-idmap-2.9.4-2.fc39.x86_64", "Removed: libsss_certmap-2.9.4-2.fc39.x86_64", "Removed: libsss_idmap-2.9.4-2.fc39.x86_64", "Removed: libsss_nss_idmap-2.9.4-2.fc39.x86_64", "Removed: libsss_sudo-2.9.4-2.fc39.x86_64" ] } TASK [ipaserver : Install - Ensure that IPA server packages for dns are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:12 Saturday 15 June 2024 12:35:38 +0000 (0:00:59.419) 0:01:07.119 ********* skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that IPA server packages for adtrust are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:18 Saturday 15 June 2024 12:35:38 +0000 (0:00:00.016) 0:01:07.135 ********* skipping: [sut] => { "changed": false, "false_condition": "ipaserver_setup_adtrust | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that firewall packages installed] *********** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 Saturday 15 June 2024 12:35:38 +0000 (0:00:00.014) 0:01:07.150 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [ipaserver : Firewalld service - Ensure that firewalld is running] ******** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 Saturday 15 June 2024 12:35:40 +0000 (0:00:02.489) 0:01:09.639 ********* changed: [sut] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.socket sysinit.target system.slice dbus-broker.service basic.target polkit.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ebtables.service nftables.service ip6tables.service shutdown.target ipset.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14756", "LimitNPROCSoft": "14756", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14756", "LimitSIGPENDINGSoft": "14756", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4426", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [ipaserver : Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:40 Saturday 15 June 2024 12:35:43 +0000 (0:00:02.152) 0:01:11.792 ********* skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Firewalld - Verify permanent zone "{{ ipaserver_firewalld_zone }}"] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:47 Saturday 15 June 2024 12:35:43 +0000 (0:00:00.018) 0:01:11.811 ********* skipping: [sut] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Copy external certs] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:55 Saturday 15 June 2024 12:35:43 +0000 (0:00:00.018) 0:01:11.829 ********* skipping: [sut] => { "changed": false, "false_condition": "ipaserver_external_cert_files_from_controller is defined and ipaserver_external_cert_files_from_controller|length > 0 and not ipaserver_external_cert_files is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Server installation test] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 Saturday 15 June 2024 12:35:43 +0000 (0:00:00.018) 0:01:11.848 ********* ok: [sut] => { "_dirsrv_ca_cert": null, "_dirsrv_pkcs12_info": null, "_hostname_overridden": true, "_http_ca_cert": null, "_http_pkcs12_info": null, "_installation_cleanup": true, "_pkinit_ca_cert": null, "_pkinit_pkcs12_info": null, "changed": false, "domain": "test.local", "domainlevel": 1, "external_ca": false, "external_ca_profile": null, "external_ca_type": null, "hostname": "ipaserver.test.local", "idmax": 1568399999, "idstart": 1568200000, "ipa_python_version": 41200, "no_host_dns": false, "no_pkinit": false, "ntp_pool": null, "ntp_servers": null, "random_serial_numbers": false, "realm": "TEST.LOCAL", "rid_base": 1000, "secondary_rid_base": 100000000, "setup_adtrust": false, "setup_ca": true, "setup_kra": false, "sid_generation_always": true } TASK [ipaserver : Install - Master password creation] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:142 Saturday 15 June 2024 12:35:45 +0000 (0:00:01.938) 0:01:13.787 ********* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [ipaserver : Install - Use new master password] *************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:149 Saturday 15 June 2024 12:35:46 +0000 (0:00:01.085) 0:01:14.872 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaserver : Use user defined master password, if provided] *************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:155 Saturday 15 June 2024 12:35:46 +0000 (0:00:00.015) 0:01:14.888 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaserver : Install - Server preparation] ******************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 Saturday 15 June 2024 12:35:46 +0000 (0:00:00.011) 0:01:14.899 ********* fatal: [sut]: FAILED! => { "changed": false, "rc": 1 } MSG: MODULE FAILURE See stdout/stderr for the exact error MODULE_STDERR: /tmp/ansible_ipaserver_prepare_payload_h1tu7okq/ansible_ipaserver_prepare_payload.zip/ansible/modules/ipaserver_prepare.py:401: DeprecationWarning: Use 'ipapython.ipachangeconf.IPAChangeConfg' Traceback (most recent call last): File "", line 107, in File "", line 99, in _ansiballz_main File "", line 47, in invoke_module File "", line 226, in run_module File "", line 98, in _run_module_code File "", line 88, in _run_code File "/tmp/ansible_ipaserver_prepare_payload_h1tu7okq/ansible_ipaserver_prepare_payload.zip/ansible/modules/ipaserver_prepare.py", line 549, in File "/tmp/ansible_ipaserver_prepare_payload_h1tu7okq/ansible_ipaserver_prepare_payload.zip/ansible/modules/ipaserver_prepare.py", line 471, in main File "/usr/lib/python3.12/site-packages/ipaserver/install/ca.py", line 364, in install_check if options.token_name: ^^^^^^^^^^^^^^^^^^ AttributeError: 'options_obj' object has no attribute 'token_name'. Did you mean: 'domain_name'? TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:472 Saturday 15 June 2024 12:35:48 +0000 (0:00:02.181) 0:01:17.081 ********* ok: [sut] => { "changed": false, "path": "/root/.ipa_cache", "state": "absent" } TASK [ipaserver : Cleanup temporary files] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:477 Saturday 15 June 2024 12:35:48 +0000 (0:00:00.235) 0:01:17.317 ********* ok: [sut] => (item=/etc/ipa/.tmp_pkcs12_dirsrv) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_dirsrv", "path": "/etc/ipa/.tmp_pkcs12_dirsrv", "state": "absent" } ok: [sut] => (item=/etc/ipa/.tmp_pkcs12_http) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_http", "path": "/etc/ipa/.tmp_pkcs12_http", "state": "absent" } ok: [sut] => (item=/etc/ipa/.tmp_pkcs12_pkinit) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_pkinit", "path": "/etc/ipa/.tmp_pkcs12_pkinit", "state": "absent" } TASK [FAILURE - check entropy] ************************************************* task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:86 Saturday 15 June 2024 12:35:49 +0000 (0:00:00.690) 0:01:18.008 ********* ok: [sut] => { "changed": false, "cmd": [ "cat", "/proc/sys/kernel/random/entropy_avail" ], "delta": "0:00:00.003397", "end": "2024-06-15 12:35:49.502293", "rc": 0, "start": "2024-06-15 12:35:49.498896" } STDOUT: 256 TASK [FAILURE - get logs for debugging] **************************************** task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:89 Saturday 15 June 2024 12:35:49 +0000 (0:00:00.285) 0:01:18.294 ********* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\ncd /var/log\ntar -czf /tmp/ipalogs.tgz $( [[ -e messages ]] && echo messages ) $( [[ -e ipaserver-install.log ]] && echo ipaserver-install.log ) $( [[ -e ipaclient-install.log ]] && echo ipaclient-install.log ) $( [[ -e pki ]] && echo pki )\nchmod '0644' /tmp/ipalogs.tgz", "delta": "0:00:00.013468", "end": "2024-06-15 12:35:49.738785", "rc": 0, "start": "2024-06-15 12:35:49.725317" } TASK [FAILURE - grab archive] ************************************************** task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:100 Saturday 15 June 2024 12:35:49 +0000 (0:00:00.236) 0:01:18.531 ********* changed: [sut] => { "changed": true, "checksum": "b579de61dd8e441e5d2971f99784aa926910391b", "dest": "/tmp/ipalogs.tgz", "md5sum": "67ab532615c3c04831626f8dd8ef2414", "remote_checksum": "b579de61dd8e441e5d2971f99784aa926910391b", "remote_md5sum": null } TASK [FAILURE - unpack archive] ************************************************ task path: /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:105 Saturday 15 June 2024 12:35:50 +0000 (0:00:00.283) 0:01:18.815 ********* fatal: [sut -> 127.0.0.1]: FAILED! => { "changed": false, "rc": 127 } MSG: MODULE FAILURE See stdout/stderr for the exact error MODULE_STDERR: /bin/sh: line 1: sudo: command not found to retry, use: --limit @/tmp/tests_basic_ipa.retry PLAY RECAP ********************************************************************* sut : ok=24 changed=7 unreachable=0 failed=1 skipped=7 rescued=1 ignored=0 Saturday 15 June 2024 12:35:50 +0000 (0:00:00.028) 0:01:18.843 ********* =============================================================================== ipaserver : Install - Ensure that IPA server packages are installed ---- 59.42s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- ipaserver : Install - Ensure that firewall packages installed ----------- 2.49s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 ------------------------ Ensure hostname package is installed ------------------------------------ 2.23s /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:53 ------------------- ipaserver : Install - Server preparation -------------------------------- 2.18s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 ----------------------- ipaserver : Firewalld service - Ensure that firewalld is running -------- 2.15s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 ------------------------ Ensure nss package is up-to-date ---------------------------------------- 2.14s /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:65 ------------------- ipaserver : Install - Server installation test -------------------------- 1.94s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 ------------------------ ipaserver : Install - Master password creation -------------------------- 1.09s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:142 ----------------------- Gathering Facts --------------------------------------------------------- 0.97s /WORKDIR/git-weekly-ci9ylovusq/tests/tests_basic_ipa.yml:2 -------------------- Clone ansible-freeipa repo ---------------------------------------------- 0.70s /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:32 ------------------- ipaserver : Cleanup temporary files ------------------------------------- 0.69s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:477 ----------------------- Set hostname ------------------------------------------------------------ 0.64s /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:59 ------------------- FAILURE - check entropy ------------------------------------------------- 0.29s /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:86 ------------------- FAILURE - grab archive -------------------------------------------------- 0.28s /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:100 ------------------ Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-weekly-ci9ylovusq/tests/tests_basic_ipa.yml:13 ------------------- FAILURE - get logs for debugging ---------------------------------------- 0.24s /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:89 ------------------- ipaserver : Install - Cleanup root IPA cache ---------------------------- 0.24s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:472 ----------------------- Create role symlinks ---------------------------------------------------- 0.23s /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:41 ------------------- Check if system is ostree ----------------------------------------------- 0.22s /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:9 -------------------- Ensure freeipa-repo is absent ------------------------------------------- 0.18s /WORKDIR/git-weekly-ci9ylovusq/tests/tasks/setup_ipa.yml:24 ------------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---