ansible-playbook [core 2.17.7]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-r4c
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.6 (main, Sep  9 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
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_certificate_runafter.yml ***************************************
1 plays in /tmp/collections-r4c/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-r4c/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:6
Thursday 12 December 2024  23:34:42 -0500 (0:00:00.014)       0:00:00.014 ***** 
[WARNING]: Platform linux on host managed-node1 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: [managed-node1]

TASK [Install cockpit] *********************************************************
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:9
Thursday 12 December 2024  23:34:44 -0500 (0:00:01.210)       0:00:01.224 ***** 
included: fedora.linux_system_roles.cockpit for managed-node1

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2
Thursday 12 December 2024  23:34:44 -0500 (0:00:00.054)       0:00:01.279 ***** 
included: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] ***
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Thursday 12 December 2024  23:34:44 -0500 (0:00:00.030)       0:00:01.310 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__cockpit_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Check if system is ostree] ***********
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10
Thursday 12 December 2024  23:34:44 -0500 (0:00:00.038)       0:00:01.348 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree] ***
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15
Thursday 12 December 2024  23:34:44 -0500 (0:00:00.451)       0:00:01.800 ***** 
ok: [managed-node1] => {
    "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-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22
Thursday 12 December 2024  23:34:44 -0500 (0:00:00.036)       0:00:01.837 ***** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] ***
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27
Thursday 12 December 2024  23:34:45 -0500 (0:00:00.384)       0:00:02.221 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__cockpit_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31
Thursday 12 December 2024  23:34:45 -0500 (0:00:00.038)       0:00:02.260 ***** 
ok: [managed-node1] => (item=/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-9.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-docker",
            "cockpit-ostree",
            "cockpit-tests"
        ],
        "__cockpit_packages_full": [
            "cockpit-*"
        ],
        "__cockpit_packages_minimal": [
            "cockpit-system",
            "cockpit-ws"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-9.yml"
}

TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11
Thursday 12 December 2024  23:34:45 -0500 (0:00:00.039)       0:00:02.300 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_distribution == 'RedHat'",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18
Thursday 12 December 2024  23:34:45 -0500 (0:00:00.028)       0:00:02.328 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ansible_distribution == 'RedHat'",
    "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-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23
Thursday 12 December 2024  23:34:45 -0500 (0:00:00.024)       0:00:02.352 ***** 
included: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for managed-node1 => (item=/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml)

TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2
Thursday 12 December 2024  23:34:45 -0500 (0:00:00.067)       0:00:02.419 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "cockpit_packages": "minimal"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7
Thursday 12 December 2024  23:34:45 -0500 (0:00:00.026)       0:00:02.446 ***** 
changed: [managed-node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: cockpit-system-330-1.el9.noarch",
        "Installed: cockpit-ws-330-1.el9.x86_64",
        "Installed: cockpit-bridge-330-1.el9.x86_64"
    ]
}

TASK [fedora.linux_system_roles.cockpit : Ensure full package list is installed] ***
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:15
Thursday 12 December 2024  23:34:56 -0500 (0:00:11.458)       0:00:13.905 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "'cockpit-*' in __pkgs",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Configure firewall] ******************
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:32
Thursday 12 December 2024  23:34:56 -0500 (0:00:00.028)       0:00:13.933 ***** 
included: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml for managed-node1

TASK [Ensure the cockpit service is enabled] ***********************************
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3
Thursday 12 December 2024  23:34:56 -0500 (0:00:00.034)       0:00:13.968 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "cockpit_manage_firewall | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Configure selinux] *******************
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35
Thursday 12 December 2024  23:34:56 -0500 (0:00:00.047)       0:00:14.015 ***** 
included: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml for managed-node1

TASK [Ensure the service and the ports status with the selinux role] ***********
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml:3
Thursday 12 December 2024  23:34:56 -0500 (0:00:00.035)       0:00:14.051 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "cockpit_manage_selinux | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:38
Thursday 12 December 2024  23:34:56 -0500 (0:00:00.047)       0:00:14.099 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "cockpit_port is not none",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] ***
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:47
Thursday 12 December 2024  23:34:56 -0500 (0:00:00.033)       0:00:14.132 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "cockpit_port is not none",
    "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-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62
Thursday 12 December 2024  23:34:56 -0500 (0:00:00.026)       0:00:14.159 ***** 
ok: [managed-node1] => {
    "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-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71
Thursday 12 December 2024  23:34:57 -0500 (0:00:00.516)       0:00:14.675 ***** 
changed: [managed-node1] => {
    "changed": true,
    "enabled": true,
    "name": "cockpit.socket",
    "state": "started",
    "status": {
        "Accept": "no",
        "AccessSELinuxContext": "system_u:object_r:cockpit_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "sysinit.target systemd-journald.socket system.slice",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Backlog": "4096",
        "Before": "sockets.target shutdown.target cockpit.service cockpit-motd.service",
        "BindIPv6Only": "default",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "Broadcast": "no",
        "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": "no",
        "CanIsolate": "no",
        "CanReload": "no",
        "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",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DeferAcceptUSec": "0",
        "Delegate": "no",
        "Description": "Cockpit Web Service Socket",
        "DevicePolicy": "auto",
        "DirectoryMode": "0755",
        "Documentation": "\"man:cockpit-ws(8)\"",
        "DynamicUser": "no",
        "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 inactive.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorName": "cockpit.socket",
        "FinalKillSignal": "9",
        "FlushPending": "no",
        "FragmentPath": "/usr/lib/systemd/system/cockpit.socket",
        "FreeBind": "no",
        "FreezerState": "running",
        "GID": "[not set]",
        "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]",
        "IPTOS": "-1",
        "IPTTL": "-1",
        "Id": "cockpit.socket",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeepAlive": "no",
        "KeepAliveIntervalUSec": "0",
        "KeepAliveProbes": "0",
        "KeepAliveTimeUSec": "0",
        "KeyringMode": "shared",
        "KillMode": "control-group",
        "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": "13962",
        "LimitNPROCSoft": "13962",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13962",
        "LimitSIGPENDINGSoft": "13962",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "Listen": "[::]:9090 (Stream)",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "Mark": "-1",
        "MaxConnections": "64",
        "MaxConnectionsPerSource": "0",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MessageQueueMaxMessages": "0",
        "MessageQueueMessageSize": "0",
        "MountAPIVFS": "no",
        "NAccepted": "0",
        "NConnections": "0",
        "NRefused": "0",
        "NUMAPolicy": "n/a",
        "Names": "cockpit.socket",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoDelay": "no",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PassCredentials": "no",
        "PassPacketInfo": "no",
        "PassSecurity": "no",
        "Perpetual": "no",
        "PipeSize": "0",
        "Priority": "-1",
        "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",
        "ReceiveBuffer": "0",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemoveIPC": "no",
        "RemoveOnStop": "no",
        "RequiredBy": "cockpit.service",
        "Requires": "system.slice sysinit.target",
        "RestartKillSignal": "15",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "ReusePort": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendBuffer": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "SocketMode": "0666",
        "SocketProtocol": "0",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "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": "22340",
        "TimeoutCleanUSec": "infinity",
        "TimeoutUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Timestamping": "off",
        "Transient": "no",
        "Transparent": "no",
        "TriggerLimitBurst": "20",
        "TriggerLimitIntervalUSec": "2s",
        "Triggers": "cockpit.service",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "cockpit-motd.service",
        "WatchdogSignal": "6",
        "Writable": "no"
    }
}

TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] ***
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:77
Thursday 12 December 2024  23:34:58 -0500 (0:00:00.974)       0:00:15.650 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "cockpit_config is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Check the OS version for self-sign] ***
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:93
Thursday 12 December 2024  23:34:58 -0500 (0:00:00.021)       0:00:15.671 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "cockpit_certificates | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Create certificates using the certificate role] **************************
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102
Thursday 12 December 2024  23:34:58 -0500 (0:00:00.045)       0:00:15.717 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "cockpit_certificates | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key] ***
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:108
Thursday 12 December 2024  23:34:58 -0500 (0:00:00.055)       0:00:15.772 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "cockpit_certificates | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] ***
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:114
Thursday 12 December 2024  23:34:58 -0500 (0:00:00.055)       0:00:15.828 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "cockpit_cert is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:124
Thursday 12 December 2024  23:34:58 -0500 (0:00:00.030)       0:00:15.858 ***** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "cockpit_cert is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Allow certmonger to write into Cockpit's certificate directory] **********
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:20
Thursday 12 December 2024  23:34:58 -0500 (0:00:00.027)       0:00:15.885 ***** 
ok: [managed-node1] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/cockpit/ws-certs.d/",
    "secontext": "system_u:object_r:cert_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [Get name of cockpit group to use] ****************************************
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:28
Thursday 12 December 2024  23:34:59 -0500 (0:00:00.431)       0:00:16.317 ***** 
included: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml for managed-node1

TASK [Set __cockpit_test_group] ************************************************
task path: /tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:7
Thursday 12 December 2024  23:34:59 -0500 (0:00:00.038)       0:00:16.356 ***** 
fatal: [managed-node1]: FAILED! => {}

MSG:

The task includes an option with an undefined variable.. 'dict object' has no attribute 'packages'

The error appears to be in '/tmp/collections-r4c/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-node1              : ok=17   changed=2    unreachable=0    failed=1    skipped=14   rescued=0    ignored=0   


TASKS RECAP ********************************************************************
Thursday 12 December 2024  23:34:59 -0500 (0:00:00.068)       0:00:16.424 ***** 
=============================================================================== 
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 11.46s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7 
Gathering Facts --------------------------------------------------------- 1.21s
/tmp/collections-r4c/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.97s
/tmp/collections-r4c/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.52s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62 
fedora.linux_system_roles.cockpit : Check if system is ostree ----------- 0.45s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 
Allow certmonger to write into Cockpit's certificate directory ---------- 0.43s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:20 
fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin --- 0.38s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22 
Set __cockpit_test_group ------------------------------------------------ 0.07s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:7 
fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable --- 0.07s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23 
Create certificates using the certificate role -------------------------- 0.06s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102 
fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key --- 0.06s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:108 
Install cockpit --------------------------------------------------------- 0.05s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:9 
Ensure the cockpit service is enabled ----------------------------------- 0.05s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3 
Ensure the service and the ports status with the selinux role ----------- 0.05s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml:3 
fedora.linux_system_roles.cockpit : Check the OS version for self-sign --- 0.05s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:93 
fedora.linux_system_roles.cockpit : Set version specific variables ------ 0.04s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31 
fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.04s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 
Get name of cockpit group to use ---------------------------------------- 0.04s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:28 
fedora.linux_system_roles.cockpit : Set flag if transactional-update exists --- 0.04s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27 
fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree --- 0.04s
/tmp/collections-r4c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15