ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_certificate_runafter.yml *************************************** 1 plays in /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml PLAY [Test certificate issuance with run_after shell script] ******************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:6 Thursday 12 December 2024 23:34:11 -0500 (0:00:00.035) 0:00:00.035 ***** ok: [managed-node2] META: ran handlers TASK [Install cockpit] ********************************************************* task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:9 Thursday 12 December 2024 23:34:12 -0500 (0:00:01.016) 0:00:01.052 ***** TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2 Thursday 12 December 2024 23:34:12 -0500 (0:00:00.085) 0:00:01.137 ***** included: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 Thursday 12 December 2024 23:34:12 -0500 (0:00:00.037) 0:00:01.175 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Check if system is ostree] *********** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 Thursday 12 December 2024 23:34:12 -0500 (0:00:00.056) 0:00:01.231 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15 Thursday 12 December 2024 23:34:13 -0500 (0:00:00.419) 0:00:01.651 ***** ok: [managed-node2] => { "ansible_facts": { "__cockpit_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22 Thursday 12 December 2024 23:34:13 -0500 (0:00:00.045) 0:00:01.697 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27 Thursday 12 December 2024 23:34:13 -0500 (0:00:00.325) 0:00:02.022 ***** ok: [managed-node2] => { "ansible_facts": { "__cockpit_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ****** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31 Thursday 12 December 2024 23:34:13 -0500 (0:00:00.057) 0:00:02.080 ***** ok: [managed-node2] => (item=/tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-7.yml) => { "ansible_facts": { "__cockpit_packages": { "default": "{{ __cockpit_packages_minimal + __cockpit_packages_default }}", "full": "{{ __cockpit_packages_minimal + __cockpit_packages_default + __cockpit_packages_full }}", "minimal": "{{ __cockpit_packages_minimal }}" }, "__cockpit_packages_default": [ "cockpit", "cockpit-networkmanager", "cockpit-packagekit", "cockpit-selinux", "cockpit-storaged" ], "__cockpit_packages_exclude": [ "cockpit-machines-ovirt", "cockpit-tests" ], "__cockpit_packages_full": [ "cockpit-composer", "cockpit-dashboard", "cockpit-doc", "cockpit-docker", "cockpit-machines", "cockpit-pcp", "cockpit-shell" ], "__cockpit_packages_minimal": [ "cockpit-system", "cockpit-ws" ] }, "ansible_included_var_files": [ "/tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-7.yml" } TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] ******* task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11 Thursday 12 December 2024 23:34:13 -0500 (0:00:00.114) 0:00:02.195 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************ task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18 Thursday 12 December 2024 23:34:13 -0500 (0:00:00.102) 0:00:02.297 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23 Thursday 12 December 2024 23:34:14 -0500 (0:00:00.086) 0:00:02.384 ***** included: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml for managed-node2 TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml:2 Thursday 12 December 2024 23:34:14 -0500 (0:00:00.108) 0:00:02.492 ***** ok: [managed-node2] => { "ansible_facts": { "cockpit_packages": "minimal" }, "changed": false } TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml:7 Thursday 12 December 2024 23:34:14 -0500 (0:00:00.045) 0:00:02.538 ***** changed: [managed-node2] => { "changed": true, "changes": { "installed": [ "cockpit-system", "cockpit-ws" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: dl.fedoraproject.org\n * epel-debuginfo: dl.fedoraproject.org\n * epel-source: dl.fedoraproject.org\nResolving Dependencies\n--> Running transaction check\n---> Package cockpit-system.noarch 0:195.12-1.el7.centos will be installed\n--> Processing Dependency: cockpit-bridge >= 195.12-1.el7.centos for package: cockpit-system-195.12-1.el7.centos.noarch\n---> Package cockpit-ws.x86_64 0:195.12-1.el7.centos will be installed\n--> Running transaction check\n---> Package cockpit-bridge.x86_64 0:195.12-1.el7.centos will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n cockpit-system noarch 195.12-1.el7.centos extras 1.7 M\n cockpit-ws x86_64 195.12-1.el7.centos extras 808 k\nInstalling for dependencies:\n cockpit-bridge x86_64 195.12-1.el7.centos extras 555 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+1 Dependent package)\n\nTotal download size: 3.0 M\nInstalled size: 4.1 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 9.9 MB/s | 3.0 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : cockpit-bridge-195.12-1.el7.centos.x86_64 1/3 \n Installing : cockpit-system-195.12-1.el7.centos.noarch 2/3 \n Installing : cockpit-ws-195.12-1.el7.centos.x86_64 3/3 \n Verifying : cockpit-ws-195.12-1.el7.centos.x86_64 1/3 \n Verifying : cockpit-system-195.12-1.el7.centos.noarch 2/3 \n Verifying : cockpit-bridge-195.12-1.el7.centos.x86_64 3/3 \n\nInstalled:\n cockpit-system.noarch 0:195.12-1.el7.centos \n cockpit-ws.x86_64 0:195.12-1.el7.centos \n\nDependency Installed:\n cockpit-bridge.x86_64 0:195.12-1.el7.centos \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.cockpit : Configure firewall] ****************** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:32 Thursday 12 December 2024 23:34:19 -0500 (0:00:05.630) 0:00:08.169 ***** included: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml for managed-node2 TASK [Ensure the cockpit service is enabled] *********************************** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3 Thursday 12 December 2024 23:34:19 -0500 (0:00:00.029) 0:00:08.199 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Configure selinux] ******************* task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35 Thursday 12 December 2024 23:34:19 -0500 (0:00:00.052) 0:00:08.252 ***** included: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml for managed-node2 TASK [Ensure the service and the ports status with the selinux role] *********** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml:3 Thursday 12 December 2024 23:34:19 -0500 (0:00:00.049) 0:00:08.301 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:38 Thursday 12 December 2024 23:34:20 -0500 (0:00:00.054) 0:00:08.355 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:47 Thursday 12 December 2024 23:34:20 -0500 (0:00:00.057) 0:00:08.413 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62 Thursday 12 December 2024 23:34:20 -0500 (0:00:00.048) 0:00:08.461 ***** ok: [managed-node2] => { "changed": false, "path": "/etc/systemd/system/cockpit.socket.d/listen.conf", "state": "absent" } TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71 Thursday 12 December 2024 23:34:20 -0500 (0:00:00.484) 0:00:08.946 ***** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "cockpit.socket", "state": "started", "status": { "Accept": "no", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Backlog": "128", "Before": "sockets.target cockpit-motd.service cockpit.service shutdown.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Cockpit Web Service Socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "Documentation": "man:cockpit-ws(8)", "ExecStartPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf active.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf /usr/share/cockpit/motd/inactive.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FragmentPath": "/usr/lib/systemd/system/cockpit.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "cockpit.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:9090", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "64", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "cockpit.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "RequiredBy": "cockpit.service", "Requires": "sysinit.target system.slice", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "Triggers": "cockpit.service", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "Wants": "cockpit-motd.service" } } TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:77 Thursday 12 December 2024 23:34:21 -0500 (0:00:00.754) 0:00:09.700 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Check the OS version for self-sign] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:93 Thursday 12 December 2024 23:34:21 -0500 (0:00:00.048) 0:00:09.748 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102 Thursday 12 December 2024 23:34:21 -0500 (0:00:00.062) 0:00:09.810 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:108 Thursday 12 December 2024 23:34:21 -0500 (0:00:00.058) 0:00:09.869 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:114 Thursday 12 December 2024 23:34:21 -0500 (0:00:00.075) 0:00:09.944 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] *** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:124 Thursday 12 December 2024 23:34:21 -0500 (0:00:00.075) 0:00:10.020 ***** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Allow certmonger to write into Cockpit's certificate directory] ********** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:20 Thursday 12 December 2024 23:34:21 -0500 (0:00:00.086) 0:00:10.106 ***** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/cockpit/ws-certs.d/", "secontext": "system_u:object_r:cert_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Get name of cockpit group to use] **************************************** task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:28 Thursday 12 December 2024 23:34:22 -0500 (0:00:00.317) 0:00:10.424 ***** included: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml for managed-node2 TASK [Set __cockpit_test_group] ************************************************ task path: /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:7 Thursday 12 December 2024 23:34:22 -0500 (0:00:00.031) 0:00:10.455 ***** fatal: [managed-node2]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'packages' The error appears to be in '/tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml': line 7, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: # This only matters for RHEL 7 - name: Set __cockpit_test_group ^ here PLAY RECAP ********************************************************************* managed-node2 : ok=16 changed=3 unreachable=0 failed=1 skipped=13 rescued=0 ignored=0 Thursday 12 December 2024 23:34:22 -0500 (0:00:00.042) 0:00:10.498 ***** =============================================================================== fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. --- 5.63s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml:7 Gathering Facts --------------------------------------------------------- 1.02s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:6 fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.75s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71 fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.48s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62 fedora.linux_system_roles.cockpit : Check if system is ostree ----------- 0.42s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin --- 0.33s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22 Allow certmonger to write into Cockpit's certificate directory ---------- 0.32s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:20 fedora.linux_system_roles.cockpit : Set version specific variables ------ 0.11s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31 fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable --- 0.11s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23 fedora.linux_system_roles.cockpit : List active RHEL repositories ------- 0.10s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11 fedora.linux_system_roles.cockpit : Link to configured existing certificate key --- 0.09s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:124 fedora.linux_system_roles.cockpit : Enable RHEL repositories ------------ 0.09s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18 Install cockpit --------------------------------------------------------- 0.09s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:9 fedora.linux_system_roles.cockpit : Link to configured existing certificate --- 0.08s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:114 fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key --- 0.08s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:108 fedora.linux_system_roles.cockpit : Check the OS version for self-sign --- 0.06s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:93 Create certificates using the certificate role -------------------------- 0.06s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102 fedora.linux_system_roles.cockpit : Set flag if transactional-update exists --- 0.06s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27 fedora.linux_system_roles.cockpit : Create custom port configuration file directory --- 0.06s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:38 fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.06s /tmp/collections-l8z/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2