ansible-playbook 2.9.27
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.9/site-packages/ansible
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)]
No config file found; using defaults
[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/tmp.teIj6N3BvM/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/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:6
Saturday 03 August 2024  08:34:33 -0400 (0:00:00.021)       0:00:00.021 ******* 
ok: [managed_node1]
META: ran handlers

TASK [Install cockpit] *********************************************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:9
Saturday 03 August 2024  08:34:34 -0400 (0:00:00.875)       0:00:00.897 ******* 

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2
Saturday 03 August 2024  08:34:34 -0400 (0:00:00.043)       0:00:00.940 ******* 
included: /tmp/tmp.teIj6N3BvM/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/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Saturday 03 August 2024  08:34:34 -0400 (0:00:00.025)       0:00:00.965 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Check if system is ostree] ***********
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10
Saturday 03 August 2024  08:34:34 -0400 (0:00:00.042)       0:00:01.007 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15
Saturday 03 August 2024  08:34:35 -0400 (0:00:00.454)       0:00:01.462 ******* 
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/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22
Saturday 03 August 2024  08:34:35 -0400 (0:00:00.044)       0:00:01.506 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27
Saturday 03 August 2024  08:34:35 -0400 (0:00:00.369)       0:00:01.876 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__cockpit_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31
Saturday 03 August 2024  08:34:35 -0400 (0:00:00.044)       0:00:01.920 ******* 
ok: [managed_node1] => (item=/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-8.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/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-8.yml"
}

TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11
Saturday 03 August 2024  08:34:35 -0400 (0:00:00.048)       0:00:01.969 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18
Saturday 03 August 2024  08:34:35 -0400 (0:00:00.039)       0:00:02.009 ******* 
skipping: [managed_node1] => {
    "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/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23
Saturday 03 August 2024  08:34:35 -0400 (0:00:00.039)       0:00:02.048 ******* 
included: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for managed_node1

TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:2
Saturday 03 August 2024  08:34:35 -0400 (0:00:00.114)       0:00:02.163 ******* 
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/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7
Saturday 03 August 2024  08:34:35 -0400 (0:00:00.042)       0:00:02.206 ******* 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: cockpit-ws-310.4-1.el8.x86_64",
        "Installed: cockpit-bridge-310.4-1.el8.x86_64",
        "Installed: cockpit-system-310.4-1.el8.noarch"
    ]
}
lsrpackages: cockpit-system cockpit-ws

TASK [fedora.linux_system_roles.cockpit : Ensure full package list is installed] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:15
Saturday 03 August 2024  08:34:55 -0400 (0:00:19.841)       0:00:22.047 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Configure firewall] ******************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:32
Saturday 03 August 2024  08:34:55 -0400 (0:00:00.045)       0:00:22.093 ******* 
included: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml for managed_node1

TASK [Ensure the cockpit service is enabled] ***********************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3
Saturday 03 August 2024  08:34:55 -0400 (0:00:00.021)       0:00:22.114 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Configure selinux] *******************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35
Saturday 03 August 2024  08:34:55 -0400 (0:00:00.040)       0:00:22.155 ******* 
included: /tmp/tmp.teIj6N3BvM/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/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml:3
Saturday 03 August 2024  08:34:55 -0400 (0:00:00.021)       0:00:22.176 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:38
Saturday 03 August 2024  08:34:56 -0400 (0:00:00.040)       0:00:22.217 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:47
Saturday 03 August 2024  08:34:56 -0400 (0:00:00.038)       0:00:22.255 ******* 
skipping: [managed_node1] => {
    "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/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62
Saturday 03 August 2024  08:34:56 -0400 (0:00:00.039)       0:00:22.295 ******* 
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/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71
Saturday 03 August 2024  08:34:56 -0400 (0:00:00.465)       0:00:22.760 ******* 
changed: [managed_node1] => {
    "changed": true,
    "enabled": true,
    "name": "cockpit.socket",
    "state": "started",
    "status": {
        "Accept": "no",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "system.slice sysinit.target systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Backlog": "128",
        "Before": "cockpit-motd.service sockets.target shutdown.target cockpit.service",
        "BindIPv6Only": "default",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "Broadcast": "no",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "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",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "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",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "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",
        "FlushPending": "no",
        "FragmentPath": "/usr/lib/systemd/system/cockpit.socket",
        "FreeBind": "no",
        "FreezerState": "running",
        "GID": "[not set]",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "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": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "Listen": "[::]:9090 (Stream)",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "Mark": "-1",
        "MaxConnections": "64",
        "MaxConnectionsPerSource": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MessageQueueMaxMessages": "0",
        "MessageQueueMessageSize": "0",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NAccepted": "0",
        "NConnections": "0",
        "NRefused": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "cockpit.socket",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoDelay": "no",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PassCredentials": "no",
        "PassPacketInfo": "no",
        "PassSecurity": "no",
        "Perpetual": "no",
        "PipeSize": "0",
        "Priority": "-1",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "ReceiveBuffer": "0",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemoveIPC": "no",
        "RemoveOnStop": "no",
        "RequiredBy": "cockpit.service",
        "Requires": "system.slice sysinit.target",
        "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",
        "StandardInputData": "",
        "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": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22406",
        "TimeoutUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "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",
        "Writable": "no"
    }
}

TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:77
Saturday 03 August 2024  08:34:57 -0400 (0:00:00.851)       0:00:23.612 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Check the OS version for self-sign] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:93
Saturday 03 August 2024  08:34:57 -0400 (0:00:00.039)       0:00:23.652 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create certificates using the certificate role] **************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102
Saturday 03 August 2024  08:34:57 -0400 (0:00:00.040)       0:00:23.693 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:108
Saturday 03 August 2024  08:34:57 -0400 (0:00:00.039)       0:00:23.732 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:114
Saturday 03 August 2024  08:34:57 -0400 (0:00:00.040)       0:00:23.773 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:124
Saturday 03 August 2024  08:34:57 -0400 (0:00:00.039)       0:00:23.812 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Allow certmonger to write into Cockpit's certificate directory] **********
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:20
Saturday 03 August 2024  08:34:57 -0400 (0:00:00.039)       0:00:23.851 ******* 
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/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:28
Saturday 03 August 2024  08:34:57 -0400 (0:00:00.330)       0:00:24.182 ******* 
included: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml for managed_node1

TASK [Get name of cockpit group for tests] *************************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:3
Saturday 03 August 2024  08:34:57 -0400 (0:00:00.023)       0:00:24.205 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "getent_group": {
            "cockpit-wsinstance": [
                "x",
                "989",
                ""
            ]
        }
    },
    "changed": false
}

TASK [Set __cockpit_test_group] ************************************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:9
Saturday 03 August 2024  08:34:58 -0400 (0:00:00.432)       0:00:24.638 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__cockpit_test_group": "cockpit-wsinstance"
    },
    "changed": false
}

TASK [Generate certificate with certificate system role] ***********************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:32
Saturday 03 August 2024  08:34:58 -0400 (0:00:00.041)       0:00:24.680 ******* 

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 03 August 2024  08:34:58 -0400 (0:00:00.044)       0:00:24.725 ******* 
included: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed_node1

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 03 August 2024  08:34:58 -0400 (0:00:00.023)       0:00:24.748 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 03 August 2024  08:34:58 -0400 (0:00:00.040)       0:00:24.789 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 03 August 2024  08:34:58 -0400 (0:00:00.343)       0:00:25.132 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__certificate_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 03 August 2024  08:34:58 -0400 (0:00:00.043)       0:00:25.176 ******* 
skipping: [managed_node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 03 August 2024  08:34:59 -0400 (0:00:00.063)       0:00:25.240 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: python3-cryptography python3-dbus python3-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 03 August 2024  08:35:01 -0400 (0:00:02.334)       0:00:27.575 ******* 
ok: [managed_node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: certmonger

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 03 August 2024  08:35:03 -0400 (0:00:02.382)       0:00:29.957 ******* 
ok: [managed_node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/etc/certmonger//pre-scripts",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 03 August 2024  08:35:04 -0400 (0:00:00.377)       0:00:30.334 ******* 
ok: [managed_node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/etc/certmonger//post-scripts",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 03 August 2024  08:35:04 -0400 (0:00:00.379)       0:00:30.713 ******* 
ok: [managed_node1] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "enabled": true,
    "name": "certmonger",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-08-03 08:33:06 EDT",
        "ActiveEnterTimestampMonotonic": "305947784",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "syslog.target sysinit.target dbus.socket basic.target system.slice dbus.service network.target systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-08-03 08:33:06 EDT",
        "AssertTimestampMonotonic": "305937388",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedorahosted.certmonger",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "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": "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",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-08-03 08:33:06 EDT",
        "ConditionTimestampMonotonic": "305937387",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/certmonger.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Certificate monitoring and PKI enrollment",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "15475",
        "ExecMainStartTimestamp": "Sat 2024-08-03 08:33:06 EDT",
        "ExecMainStartTimestampMonotonic": "305938265",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/certmonger.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "certmonger.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-08-03 08:33:06 EDT",
        "InactiveExitTimestampMonotonic": "305938304",
        "InvocationID": "d6eaab0d177a4345ab0344b728298a77",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "15475",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "3076096",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "certmonger.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/certmonger.pid",
        "PartOf": "dbus.service",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice dbus.socket sysinit.target",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-08-03 08:33:06 EDT",
        "StateChangeTimestampMonotonic": "305947784",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22406",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Sat 2024-08-03 08:33:06 EDT",
        "WatchdogTimestampMonotonic": "305947782",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 03 August 2024  08:35:04 -0400 (0:00:00.496)       0:00:31.210 ******* 
changed: [managed_node1] => (item={'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'cockpit-wsinstance', 'run_after': 'DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-wsinstance $DEST\n'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "ca": "local",
        "dns": [
            "localhost",
            "www.example.com"
        ],
        "group": "cockpit-wsinstance",
        "name": "monger-cockpit",
        "run_after": "DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-wsinstance $DEST\n"
    }
}

MSG:

Certificate requested (new). Pre/Post run hooks updated. File attributes updated.

TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] ***
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 03 August 2024  08:35:05 -0400 (0:00:00.752)       0:00:31.963 ******* 
skipping: [managed_node1] => (item=['cert', {'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'cockpit-wsinstance', 'run_after': 'DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-wsinstance $DEST\n'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": [
        "cert",
        {
            "ca": "local",
            "dns": [
                "localhost",
                "www.example.com"
            ],
            "group": "cockpit-wsinstance",
            "name": "monger-cockpit",
            "run_after": "DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-wsinstance $DEST\n"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=['key', {'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'cockpit-wsinstance', 'run_after': 'DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-wsinstance $DEST\n'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": [
        "key",
        {
            "ca": "local",
            "dns": [
                "localhost",
                "www.example.com"
            ],
            "group": "cockpit-wsinstance",
            "name": "monger-cockpit",
            "run_after": "DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-wsinstance $DEST\n"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=['ca', {'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'cockpit-wsinstance', 'run_after': 'DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-wsinstance $DEST\n'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": [
        "ca",
        {
            "ca": "local",
            "dns": [
                "localhost",
                "www.example.com"
            ],
            "group": "cockpit-wsinstance",
            "name": "monger-cockpit",
            "run_after": "DEST=/etc/cockpit/ws-certs.d/monger-cockpit.cert\ncat /etc/pki/tls/certs/monger-cockpit.crt \\\n/etc/pki/tls/private/monger-cockpit.key > $DEST\nchmod 640 $DEST\nchown root:cockpit-wsinstance $DEST\n"
        }
    ],
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 03 August 2024  08:35:05 -0400 (0:00:00.084)       0:00:32.047 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 03 August 2024  08:35:05 -0400 (0:00:00.040)       0:00:32.087 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 03 August 2024  08:35:05 -0400 (0:00:00.040)       0:00:32.127 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Restart cockpit to use the new certificates] *****************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:57
Saturday 03 August 2024  08:35:05 -0400 (0:00:00.042)       0:00:32.170 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get PEM of certmonger's local CA] ****************************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:64
Saturday 03 August 2024  08:35:05 -0400 (0:00:00.039)       0:00:32.209 ******* 
changed: [managed_node1] => {
    "changed": true,
    "cmd": [
        "openssl",
        "pkcs12",
        "-in",
        "/var/lib/certmonger/local/creds",
        "-out",
        "/var/lib/certmonger/local/ca.pem",
        "-nokeys",
        "-nodes",
        "-passin",
        "pass:"
    ],
    "delta": "0:00:00.005733",
    "end": "2024-08-03 08:35:06.396462",
    "rc": 0,
    "start": "2024-08-03 08:35:06.390729"
}

TASK [Test - cockpit works with TLS and expected certificate] ******************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:72
Saturday 03 August 2024  08:35:06 -0400 (0:00:00.451)       0:00:32.660 ******* 
[WARNING]: Consider using the get_url or uri module rather than running 'curl'.
If you need to use command because get_url or uri is insufficient you can add
'warn: false' to this command task or set 'command_warnings=False' in
ansible.cfg to get rid of this message.
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "curl",
        "--cacert",
        "/var/lib/certmonger/local/ca.pem",
        "https://localhost:9090"
    ],
    "delta": "0:00:00.167040",
    "end": "2024-08-03 08:35:06.886788",
    "rc": 0,
    "start": "2024-08-03 08:35:06.719748"
}

STDOUT:

<!DOCTYPE html>
<html>

<head>
  <title>Loading...</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta name="robots" content="noindex" />
  <meta insert="dynamic_content_here" /><base href="/">
    <script>
var environment = {"is_cockpit_client":false,"page":{"connect":true,"require_host":false},"hostname":"ip-10-31-15-91.us-east-1.aws.redhat.com","os-release":{"NAME":"CentOS Stream","ID":"centos","PRETTY_NAME":"CentOS Stream 8","CPE_NAME":"cpe:/o:centos:centos:8","ID_LIKE":"rhel fedora"}};
    </script>
  <script type="text/javascript">/*insert_translations_here*/</script>
  <script type="text/javascript" src="cockpit/static/login.js"></script>
  <link href="cockpit/static/login.css" type="text/css" rel="stylesheet" />
  <link href="cockpit/static/branding.css" type="text/css" rel="stylesheet" />
</head>

<body class="login-pf">
  <div id="banner" class="pf-v5-c-alert pf-m-info pf-m-inline dialog-error" aria-label="inline danger alert" hidden="true">
    <svg fill="currentColor" viewBox="0 0 448 512" aria-hidden="true">
      <path d="M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z" />
    </svg>
    <span id="banner-message" class="pf-v5-c-alert__title"></span>
  </div>

  <span id="badge"></span>

  <div class="container" id="main">
    <h1 id="brand" class="hide-before"></h1>

    <div id="error-group" class="pf-v5-c-alert pf-m-danger pf-m-inline dialog-error noscript" aria-label="inline danger alert">
      <svg fill="currentColor" viewBox="0 0 512 512" aria-hidden="true">
        <path d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h28.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z" />
      </svg>
      <h2 id="login-error-message" class="pf-v5-c-alert__title">
        <span class="noscript" translate="yes">Please enable JavaScript to use the Web Console.</span>
      </h2>
    </div>

    <div class="unsupported-browser" id="unsupported-browser" hidden="true">
      <h2 class="unsupported-browser-heading" translate="yes">A modern browser is required for security, reliability, and performance.</h2>
      <div class="browser-recommendations">
        <div class="browser-download">
          <h3 translate="yes">Download a new browser for free</h3>
          <ul>
            <li><a href="https://firefox.com/">Mozilla Firefox</a> / Linux, Windows, macOS</li>
            <li><a href="https://www.google.com/chrome/">Google Chrome</a> / Linux, Windows, macOS</li>
          </ul>
        </div>
        <div class="browser-bundled">
          <h3 translate="yes">Or use a bundled browser</h3>
          <ul>
            <li><a href="https://www.microsoft.com/">Microsoft Edge</a> / Windows</li>
            <li><a href="https://www.apple.com/safari/">Apple Safari</a> / macOS</li>
          </ul>
        </div>
      </div>
      <details id="login-override">
        <summary class="pf-v5-c-expandable-section">
          <svg height="16" width="16" viewBox="0 0 16 16" id="option-caret" class="caret caret-right" aria-hidden="true">
            <polygon fill="#ffffff" points="4,0 4,14 12,7"></polygon>
          </svg>
          <span id="bypass-browser-check" translate="yes">Bypass browser check</span>
        </summary>
        <div id="login-override-content"></div>
      </details>
    </div>

    <div id="info-group" class="pf-v5-c-alert pf-m-info pf-m-inline dialog-error" aria-label="inline danger alert" hidden="true">
      <svg fill="currentColor" viewBox="0 0 512 512" aria-hidden="true">
        <path d="M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z" />
      </svg>
      <h2 id="login-info-message" class="pf-v5-c-alert__title"></h2>
    </div>

    <div id="login" class="login-area" hidden="true">
      <form onsubmit="return false">

        <div id="hostkey-group" class="form-group" hidden="true">
          <h1 id="hostkey-title"></h1>
          <div id="hostkey-warning-group" class="pf-v5-c-alert pf-m-warning pf-m-inline dialog-error" aria-label="inline warning alert" hidden="true">
            <svg fill="currentColor" viewBox="0 0 576 512" aria-hidden="true"><path d="M569.52 440.01c18.46 32-4.71 71.99-41.58 71.99H48.05c-36.93 0-60-40.05-41.57-71.99L246.42 24c18.47-32.01 64.72-31.96 83.16 0L569.52 440zM288 354a46 46 0 100 92 46 46 0 000-92zm-43.67-165.35l7.41 136A12 12 0 00263.74 336h48.54a12 12 0 0011.98-11.35l7.42-136A12 12 0 00319.7 176h-63.38a12 12 0 00-11.98 12.65z"/></svg>
            <h2 translate="yes" class="pf-v5-c-alert__title">Changed keys are often the result of an operating system reinstallation. However, an unexpected change may indicate a third-party attempt to intercept your connection.</h2>
              </div>
          <p id="hostkey-message-1"></p>
          <p translate="yes">To ensure that your connection is not intercepted by a malicious third-party, please verify the host key fingerprint:</p>
          <pre id="hostkey-fingerprint"></pre>
          <p id="hostkey-type"></p>
          <p id="hostkey-verify-help-1"></p>
          <pre id="hostkey-verify-help-cmds"></pre>
          <p translate="yes">The resulting fingerprint is fine to share via public methods, including email.</p>
          <p translate="yes">If the fingerprint matches, click "Accept key and log in". Otherwise, do not log in and contact your administrator.</p>
        </div>

        <div id="user-group" class="form-group">
          <label for="login-user-input" class="control-label" translate="yes">User name</label>
          <input type="text" class="form-control" id="login-user-input" autocorrect="off" autocapitalize="none" autofocus="true" autocomplete="username" />
        </div>

        <div id="password-group" class="form-group">
          <label for="login-password-input" class="control-label" translate="yes">Password</label>
          <div class="password-with-toggle">
            <input type="password" class="form-control" id="login-password-input" autocomplete="current-password" />
            <button type="button" id="login-password-toggle" class="pf-v5-c-button pf-m-control login-password-toggle" aria-label="Show password">
              <svg fill="currentColor" aria-hidden="true" viewBox="0 0 640 512">
                <path class="password-show" d="M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z"/>
                <path class="password-hide" d="M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z"/>
              </svg>
            </button>
          </div>
        </div>

        <div id="conversation-group" class="form-group" hidden="true">
          <div id="conversation-message"></div>
          <label id="conversation-prompt" for="conversation-input"></label>
          <input type="password" class="form-control" id="conversation-input" autocomplete="one-time-code" />
        </div>

        <div id="option-group">
          <a href="#" id="show-other-login-options">
            <svg height="16" width="16" viewBox="0 0 16 16" id="option-caret" class="caret caret-right" aria-hidden="true">
              <polygon fill="#ffffff" points="4,0 4,14 12,7"></polygon>
            </svg><span id="show-other-login-options-text" translate="yes">Other options</span>
            <!-- Above: Span needs to be immediately next to SVG to prevent whitespace in the link -->
          </a>
        </div>

        <div id="server-group" class="form-group" hidden="true">
          <label title="Log in to another system. Leave blank to log in to the local system." for="server-field" id="server-field-label" class="control-label" translate="yes">Connect to</label>
          <div class="server-box">
            <input type="text" class="form-control" id="server-field" placeholder=" " />
            <span class="input-clear" id="server-clear" aria-hidden="true">
              <svg fill="currentColor" viewBox="0 0 352 512"><path d="m242.72 256 100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.29 12.28-32.19 0-44.48z"/></svg>
            </span>
          </div>
        </div>

        <div class="form-group login-actions">
          <button class="pf-v5-c-button pf-m-primary login-button" id="login-button" type="submit">
            <span class="spinner"></span>
            <span id="login-button-text" class="button-text" translate="yes">Log in</span>
          </button>
          <a id="get-out-link" href="/" translate="yes">Cancel</a>
        </div>
      </form>
    </div>

    <div id="login-wait-validating" hidden="true">
      <span class="help-block" translate="yes">Validating authentication token</span>
      <span class="spinner col-xs-15"></span>
    </div>

    <div id="login-fatal" hidden="true">
      <div id="login-fatal-message"></div>
      <a id="login-again" class="pf-v5-c-button pf-m-primary" href="#" translate="yes" hidden="true">Try again</a>
    </div>
  </div>

  <div class="details" id="login-details" hidden="true">
    <p>
      <label class="control-label"><span translate="yes">Server</span>: <b id="server-name"></b></label>
    </p>
    <p id="login-note" class="login-note"></p>
  </div>

  <div class="container" id="recent-hosts" hidden="true">
    <h1 translate="yes">Recent hosts</h1>
    <div class="server-box" id="recent-hosts-list">
      <!-- Here show up recent hosts -->
    </div>
  </div>

  <script type="text/javascript">
    /* Hide everything classed as "noscript" */
    document.querySelectorAll('.noscript').forEach(function(element){
      element.hidden = true;
    });
  </script>
</body>
</html>


STDERR:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 11789    0 11789    0     0  73681      0 --:--:-- --:--:-- --:--:-- 73681

TASK [Test - get certmonger tracking status] ***********************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:82
Saturday 03 August 2024  08:35:06 -0400 (0:00:00.493)       0:00:33.154 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "getcert",
        "list",
        "--tracking-only",
        "-f",
        "/etc/pki/tls/certs/monger-cockpit.crt"
    ],
    "delta": "0:00:00.039098",
    "end": "2024-08-03 08:35:07.271125",
    "rc": 0,
    "start": "2024-08-03 08:35:07.232027"
}

STDOUT:

Number of certificates and requests being tracked: 1.
Request ID '20240803123505':
	status: MONITORING
	stuck: no
	key pair storage: type=FILE,location='/etc/pki/tls/private/monger-cockpit.key'
	certificate: type=FILE,location='/etc/pki/tls/certs/monger-cockpit.crt'
	CA: local
	issuer: CN=57197663-cf1c4bcb-9507e31b-964d512b,CN=Local Signing Authority
	subject: CN=localhost
	issued: 2024-08-03 08:35:05 EDT
	expires: 2025-08-03 08:33:07 EDT
	dns: localhost,www.example.com
	key usage: digitalSignature,keyEncipherment
	eku: id-kp-serverAuth,id-kp-clientAuth
	pre-save command: 
	post-save command: /etc/certmonger/post-scripts/monger-cockpit-59d1099.sh
	track: yes
	auto-renew: yes

TASK [Test - ensure certificate generation succeeded] **************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:89
Saturday 03 August 2024  08:35:07 -0400 (0:00:00.381)       0:00:33.536 ******* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Test - clean up tracked certificate] *************************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:93
Saturday 03 August 2024  08:35:07 -0400 (0:00:00.043)       0:00:33.579 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "getcert",
        "stop-tracking",
        "-f",
        "/etc/pki/tls/certs/monger-cockpit.crt"
    ],
    "delta": "0:00:00.030163",
    "end": "2024-08-03 08:35:07.689824",
    "rc": 0,
    "start": "2024-08-03 08:35:07.659661"
}

STDOUT:

Request "20240803123505" removed.

TASK [Test - clean up generated certificate] ***********************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:100
Saturday 03 August 2024  08:35:07 -0400 (0:00:00.375)       0:00:33.954 ******* 
changed: [managed_node1] => {
    "changed": true,
    "path": "/etc/pki/tls/certs/monger-cockpit.crt",
    "state": "absent"
}

TASK [Test - clean up generated private key] ***********************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:105
Saturday 03 August 2024  08:35:08 -0400 (0:00:00.348)       0:00:34.302 ******* 
changed: [managed_node1] => {
    "changed": true,
    "path": "/etc/pki/tls/private/monger-cockpit.key",
    "state": "absent"
}

TASK [Test - clean up copied certificate] **************************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:110
Saturday 03 August 2024  08:35:08 -0400 (0:00:00.349)       0:00:34.652 ******* 
changed: [managed_node1] => {
    "changed": true,
    "path": "/etc/cockpit/ws-certs.d/monger-cockpit.cert",
    "state": "absent"
}

TASK [Test - generic cleanup] **************************************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:115
Saturday 03 August 2024  08:35:08 -0400 (0:00:00.329)       0:00:34.981 ******* 
included: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml for managed_node1

TASK [Cleanup - packages] ******************************************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2
Saturday 03 August 2024  08:35:08 -0400 (0:00:00.024)       0:00:35.005 ******* 
changed: [managed_node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: cockpit-bridge-310.4-1.el8.x86_64",
        "Removed: cockpit-system-310.4-1.el8.noarch",
        "Removed: cockpit-ws-310.4-1.el8.x86_64"
    ]
}

TASK [Cleanup - services] ******************************************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:15
Saturday 03 August 2024  08:35:26 -0400 (0:00:17.829)       0:00:52.835 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Cleanup - find certificates] *********************************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25
Saturday 03 August 2024  08:35:26 -0400 (0:00:00.038)       0:00:52.874 ******* 
ok: [managed_node1] => {
    "changed": false,
    "examined": 0,
    "files": [],
    "matched": 0
}

MSG:

/etc/cockpit/ws-certs.d/ was skipped as it does not seem to be a valid directory or it cannot be accessed


TASK [Cleanup - certificates] **************************************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:35
Saturday 03 August 2024  08:35:27 -0400 (0:00:00.434)       0:00:53.308 ******* 

TASK [Cleanup - config file] ***************************************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:44
Saturday 03 August 2024  08:35:27 -0400 (0:00:00.038)       0:00:53.347 ******* 
ok: [managed_node1] => {
    "changed": false,
    "path": "/etc/cockpit/cockpit.conf",
    "state": "absent"
}

TASK [Cleanup - port customization] ********************************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:52
Saturday 03 August 2024  08:35:27 -0400 (0:00:00.318)       0:00:53.666 ******* 
ok: [managed_node1] => {
    "changed": false,
    "path": "/etc/systemd/system/cockpit.socket.d/",
    "state": "absent"
}

TASK [Cleanup - Reload systemd] ************************************************
task path: /tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60
Saturday 03 August 2024  08:35:27 -0400 (0:00:00.322)       0:00:53.988 ******* 
ok: [managed_node1] => {
    "changed": false,
    "name": null,
    "status": {}
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed_node1              : ok=41   changed=8    unreachable=0    failed=0    skipped=23   rescued=0    ignored=0   

Saturday 03 August 2024  08:35:28 -0400 (0:00:00.547)       0:00:54.536 ******* 
=============================================================================== 
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 19.84s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:7 
Cleanup - packages ----------------------------------------------------- 17.83s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2 
fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.38s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.33s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 
Gathering Facts --------------------------------------------------------- 0.88s
/tmp/tmp.teIj6N3BvM/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.85s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71 
fedora.linux_system_roles.certificate : Ensure certificate requests ----- 0.75s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 
Cleanup - Reload systemd ------------------------------------------------ 0.55s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60 
fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.50s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 
Test - cockpit works with TLS and expected certificate ------------------ 0.49s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:72 
fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.47s
/tmp/tmp.teIj6N3BvM/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/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 
Get PEM of certmonger's local CA ---------------------------------------- 0.45s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:64 
Cleanup - find certificates --------------------------------------------- 0.43s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25 
Get name of cockpit group for tests ------------------------------------- 0.43s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/get_cockpit_group.yml:3 
Test - get certmonger tracking status ----------------------------------- 0.38s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:82 
fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists --- 0.38s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 
fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists --- 0.38s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 
Test - clean up tracked certificate ------------------------------------- 0.38s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_certificate_runafter.yml:93 
fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin --- 0.37s
/tmp/tmp.teIj6N3BvM/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22