ansible-playbook [core 2.12.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /tmp/tmp8jj4_k5c
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
  jinja version = 2.11.3
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_certificate_runafter.yml ***************************************
1 plays in /tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml

PLAY [test certificate issuance with run_after shell script] *******************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:5
Wednesday 03 August 2022  07:55:05 +0000 (0:00:00.012)       0:00:00.012 ****** 
ok: [/cache/fedora-36.qcow2.snap]
META: ran handlers

TASK [Download current linux-system-roles.certificate] *************************
task path: /tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:8
Wednesday 03 August 2022  07:55:07 +0000 (0:00:01.286)       0:00:01.299 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Install cockpit] *********************************************************
task path: /tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:21
Wednesday 03 August 2022  07:55:07 +0000 (0:00:00.038)       0:00:01.337 ****** 

TASK [linux-system-roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:1
Wednesday 03 August 2022  07:55:07 +0000 (0:00:00.036)       0:00:01.374 ****** 
included: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml for /cache/fedora-36.qcow2.snap

TASK [linux-system-roles.cockpit : Ensure ansible_facts used by role] **********
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2
Wednesday 03 August 2022  07:55:07 +0000 (0:00:00.025)       0:00:01.400 ****** 
ok: [/cache/fedora-36.qcow2.snap]

TASK [linux-system-roles.cockpit : Set version specific variables] *************
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:8
Wednesday 03 August 2022  07:55:07 +0000 (0:00:00.524)       0:00:01.925 ****** 
ok: [/cache/fedora-36.qcow2.snap] => (item=/tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/vars/Fedora.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/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/vars/Fedora.yml"
}

TASK [linux-system-roles.cockpit : List active RHEL repositories] **************
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:9
Wednesday 03 August 2022  07:55:07 +0000 (0:00:00.036)       0:00:01.962 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.cockpit : Enable RHEL repositories] *******************
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:17
Wednesday 03 August 2022  07:55:07 +0000 (0:00:00.020)       0:00:01.982 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:21
Wednesday 03 August 2022  07:55:07 +0000 (0:00:00.019)       0:00:02.001 ****** 
included: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml for /cache/fedora-36.qcow2.snap => (item=/tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml)

TASK [linux-system-roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:1
Wednesday 03 August 2022  07:55:07 +0000 (0:00:00.034)       0:00:02.035 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "ansible_facts": {
        "cockpit_packages": "minimal"
    },
    "changed": false
}

TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:8
Wednesday 03 August 2022  07:55:07 +0000 (0:00:00.034)       0:00:02.070 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: cockpit-system-273-1.fc36.noarch",
        "Installed: cockpit-ws-273-1.fc36.x86_64",
        "Installed: cockpit-bridge-273-1.fc36.x86_64"
    ]
}

TASK [linux-system-roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:27
Wednesday 03 August 2022  07:55:20 +0000 (0:00:12.351)       0:00:14.421 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.cockpit : Create custom port configuration file] ******
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:35
Wednesday 03 August 2022  07:55:20 +0000 (0:00:00.025)       0:00:14.446 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.cockpit : Check if SELinux is enabled] ****************
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:51
Wednesday 03 August 2022  07:55:20 +0000 (0:00:00.024)       0:00:14.471 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Allow cockpit to own custom port in SELinux policy] **********************
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:58
Wednesday 03 August 2022  07:55:20 +0000 (0:00:00.024)       0:00:14.495 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.cockpit : Clean up port configuration file for undefined custom port] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:66
Wednesday 03 August 2022  07:55:20 +0000 (0:00:00.025)       0:00:14.520 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "path": "/etc/systemd/system/cockpit.socket.d/listen.conf",
    "state": "absent"
}

TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:75
Wednesday 03 August 2022  07:55:20 +0000 (0:00:00.534)       0:00:15.055 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "enabled": true,
    "name": "cockpit.socket",
    "state": "started",
    "status": {
        "Accept": "no",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "systemd-journald.socket system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Backlog": "4096",
        "Before": "cockpit.service cockpit-motd.service shutdown.target sockets.target",
        "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",
        "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": "7731",
        "LimitNPROCSoft": "7731",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "7731",
        "LimitSIGPENDINGSoft": "7731",
        "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": "sysinit.target system.slice",
        "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": "2319",
        "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 [linux-system-roles.cockpit : Create cockpit.conf configuration file] *****
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:81
Wednesday 03 August 2022  07:55:21 +0000 (0:00:01.069)       0:00:16.125 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.cockpit : Link to configured existing certificate] ****
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:92
Wednesday 03 August 2022  07:55:21 +0000 (0:00:00.027)       0:00:16.152 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:102
Wednesday 03 August 2022  07:55:21 +0000 (0:00:00.026)       0:00:16.179 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: role_complete for /cache/fedora-36.qcow2.snap

TASK [Allow certmonger to write into Cockpit's certificate directory] **********
task path: /tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:31
Wednesday 03 August 2022  07:55:21 +0000 (0:00:00.037)       0:00:16.217 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "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": 0,
    "state": "directory",
    "uid": 0
}

TASK [Generate certificate with linux-system-roles.certificate] ****************
task path: /tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:38
Wednesday 03 August 2022  07:55:22 +0000 (0:00:00.402)       0:00:16.619 ****** 

TASK [linux-system-roles.certificate : Set version specific variables] *********
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/main.yml:2
Wednesday 03 August 2022  07:55:22 +0000 (0:00:00.043)       0:00:16.663 ****** 
included: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml for /cache/fedora-36.qcow2.snap

TASK [linux-system-roles.certificate : Ensure ansible_facts used by role] ******
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:2
Wednesday 03 August 2022  07:55:22 +0000 (0:00:00.027)       0:00:16.690 ****** 
ok: [/cache/fedora-36.qcow2.snap]

TASK [linux-system-roles.certificate : Set platform/version specific variables] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:8
Wednesday 03 August 2022  07:55:23 +0000 (0:00:00.567)       0:00:17.258 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-36.qcow2.snap] => (item=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-36.qcow2.snap] => (item=Fedora_36.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora_36.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-36.qcow2.snap] => (item=Fedora_36.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora_36.yml",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/main.yml:5
Wednesday 03 August 2022  07:55:23 +0000 (0:00:00.041)       0:00:17.300 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/main.yml:22
Wednesday 03 August 2022  07:55:24 +0000 (0:00:01.828)       0:00:19.128 ****** 
ok: [/cache/fedora-36.qcow2.snap] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/main.yml:33
Wednesday 03 August 2022  07:55:26 +0000 (0:00:01.875)       0:00:21.003 ****** 
ok: [/cache/fedora-36.qcow2.snap] => (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": 0,
    "state": "directory",
    "uid": 0
}

TASK [linux-system-roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/main.yml:59
Wednesday 03 August 2022  07:55:27 +0000 (0:00:00.428)       0:00:21.432 ****** 
ok: [/cache/fedora-36.qcow2.snap] => (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": 0,
    "state": "directory",
    "uid": 0
}

TASK [linux-system-roles.certificate : Ensure provider service is running] *****
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/main.yml:88
Wednesday 03 August 2022  07:55:27 +0000 (0:00:00.418)       0:00:21.850 ****** 
ok: [/cache/fedora-36.qcow2.snap] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "enabled": true,
    "name": "certmonger",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 07:54:11 UTC",
        "ActiveEnterTimestampMonotonic": "29491342",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target system.slice sysinit.target systemd-journald.socket network.target dbus.socket dbus-broker.service syslog.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 07:54:11 UTC",
        "AssertTimestampMonotonic": "29478892",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedorahosted.certmonger",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "706302000",
        "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 cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 07:54:11 UTC",
        "ConditionTimestampMonotonic": "29478890",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/certmonger.service",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Certificate monitoring and PKI enrollment",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "2533",
        "ExecMainStartTimestamp": "Wed 2022-08-03 07:54:11 UTC",
        "ExecMainStartTimestampMonotonic": "29480172",
        "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 }",
        "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/certmonger.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "certmonger.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2022-08-03 07:54:11 UTC",
        "InactiveExitTimestampMonotonic": "29480564",
        "InvocationID": "f19311454ddd41f49c0289ce654e40f9",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "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": "7731",
        "LimitNPROCSoft": "7731",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "7731",
        "LimitSIGPENDINGSoft": "7731",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "2533",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "1970176",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "certmonger.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PIDFile": "/run/certmonger.pid",
        "PartOf": "dbus-broker.service",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice dbus.socket",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 07:55:20 UTC",
        "StateChangeTimestampMonotonic": "99004518",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "2319",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.certificate : Ensure certificate requests] ************
task path: /tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/main.yml:100
Wednesday 03 August 2022  07:55:28 +0000 (0:00:00.588)       0:00:22.438 ****** 
changed: [/cache/fedora-36.qcow2.snap] => (item={'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'cockpit-ws', '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-ws $DEST\n'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "ca": "local",
        "dns": [
            "localhost",
            "www.example.com"
        ],
        "group": "cockpit-ws",
        "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-ws $DEST\n"
    }
}

MSG:

Certificate requested (new). Pre/Post run hooks updated. File attributes updated.
META: role_complete for /cache/fedora-36.qcow2.snap

TASK [Get PEM of certmonger's local CA] ****************************************
task path: /tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:62
Wednesday 03 August 2022  07:55:29 +0000 (0:00:01.213)       0:00:23.652 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "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.009836",
    "end": "2022-08-03 07:55:28.765121",
    "rc": 0,
    "start": "2022-08-03 07:55:28.755285"
}

TASK [test - cockpit works with TLS and expected certificate] ******************
task path: /tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:69
Wednesday 03 August 2022  07:55:29 +0000 (0:00:00.530)       0:00:24.183 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "curl",
        "--cacert",
        "/var/lib/certmonger/local/ca.pem",
        "https://localhost:9090"
    ],
    "delta": "0:00:00.099780",
    "end": "2022-08-03 07:55:29.265967",
    "rc": 0,
    "start": "2022-08-03 07:55:29.166187"
}

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":"ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com","os-release":{"NAME":"Fedora Linux","ID":"fedora","PRETTY_NAME":"Fedora Linux 36 (Cloud Edition)","VARIANT":"Cloud Edition","VARIANT_ID":"cloud","CPE_NAME":"cpe:/o:fedoraproject:fedora:36","DOCUMENTATION_URL":"https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/"}};
    </script>
  <script type="text/javascript">
    /* Patch IE to support forEach on NodeLists, used in show/hide */
    if (window.NodeList && !NodeList.prototype.forEach)
        NodeList.prototype.forEach = Array.prototype.forEach;
  </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-c-alert pf-m-info pf-m-inline dialog-error" aria-label="inline danger alert" hidden>
    <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-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-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-c-alert__title">
        <span class="noscript" translate>Please enable JavaScript to use the Web Console.</span>
      </h2>
    </div>

    <div id="info-group" class="pf-c-alert pf-m-info pf-m-inline dialog-error" aria-label="inline danger alert" hidden>
      <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-c-alert__title"></h2>
    </div>

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

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

        <div id="hostkey-group" class="form-group" hidden>
          <h1 id="hostkey-title"></h1>
          <div id="hostkey-warning-group" class="pf-c-alert pf-m-warning pf-m-inline dialog-error" aria-label="inline warning alert" hidden>
            <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 class="pf-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>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>The resulting fingerprint is fine to share via public methods, including email.</p>
          <p translate>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>User name</label>
          <input type="text" class="form-control" id="login-user-input" autocorrect="off" autocapitalize="none" autofocus>
        </div>

        <div id="password-group" class="form-group">
          <label for="login-password-input" class="control-label" translate>Password</label>
          <div class="password-with-toggle">
            <input type="password" class="form-control" id="login-password-input">
            <button type="button" id="login-password-toggle" class="pf-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="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>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>
          <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>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-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>Log in</span>
          </button>
          <a id="get-out-link" href="/" translate>Cancel</a>
        </div>
      </form>
    </div>

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

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

    <div class="unsupported-browser" id="unsupported-browser" hidden>
      <h2 class="unsupported-browser-heading" translate>A modern browser is required for security, reliability, and performance.</h2>
      <div class="browser-recommendations">
        <div class="browser-download">
          <h3 translate>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>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>
    </div>
  </div>

  <div class="details" id="login-details" hidden>
    <p>
      <label class="control-label"><span translate>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>
    <h1 translate>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 11370    0 11370    0     0   121k      0 --:--:-- --:--:-- --:--:--  122k

TASK [test - get certmonger tracking status] ***********************************
task path: /tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:76
Wednesday 03 August 2022  07:55:30 +0000 (0:00:00.500)       0:00:24.683 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "getcert",
        "list",
        "--tracking-only",
        "-f",
        "/etc/pki/tls/certs/monger-cockpit.crt"
    ],
    "delta": "0:00:00.039126",
    "end": "2022-08-03 07:55:29.702242",
    "rc": 0,
    "start": "2022-08-03 07:55:29.663116"
}

STDOUT:

Number of certificates and requests being tracked: 1.
Request ID '20220803075527':
	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=81e9eef3-ae024c1b-b27a5639-929caaa1,CN=Local Signing Authority
	subject: CN=localhost
	issued: 2022-08-03 07:55:28 UTC
	expires: 2023-08-03 07:54:11 UTC
	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/tmpef62vtxj/tests/tests_certificate_runafter.yml:83
Wednesday 03 August 2022  07:55:30 +0000 (0:00:00.437)       0:00:25.121 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [test - clean up tracked certificate] *************************************
task path: /tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:87
Wednesday 03 August 2022  07:55:30 +0000 (0:00:00.030)       0:00:25.151 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "getcert",
        "stop-tracking",
        "-f",
        "/etc/pki/tls/certs/monger-cockpit.crt"
    ],
    "delta": "0:00:00.033968",
    "end": "2022-08-03 07:55:30.163371",
    "rc": 0,
    "start": "2022-08-03 07:55:30.129403"
}

STDOUT:

Request "20220803075527" removed.

TASK [test - clean up generated certificate] ***********************************
task path: /tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:94
Wednesday 03 August 2022  07:55:31 +0000 (0:00:00.429)       0:00:25.581 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "path": "/etc/pki/tls/certs/monger-cockpit.crt",
    "state": "absent"
}

TASK [test - clean up generated private key] ***********************************
task path: /tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:99
Wednesday 03 August 2022  07:55:31 +0000 (0:00:00.414)       0:00:25.995 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "path": "/etc/pki/tls/private/monger-cockpit.key",
    "state": "absent"
}

TASK [test - clean up copied certificate] **************************************
task path: /tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:104
Wednesday 03 August 2022  07:55:32 +0000 (0:00:00.426)       0:00:26.421 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "path": "/etc/cockpit/ws-certs.d/monger-cockpit.cert",
    "state": "absent"
}

TASK [test - generic cleanup] **************************************************
task path: /tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:109
Wednesday 03 August 2022  07:55:32 +0000 (0:00:00.408)       0:00:26.830 ****** 
included: /tmp/tmpef62vtxj/tests/tasks/cleanup.yml for /cache/fedora-36.qcow2.snap

TASK [cleanup - packages] ******************************************************
task path: /tmp/tmpef62vtxj/tests/tasks/cleanup.yml:1
Wednesday 03 August 2022  07:55:32 +0000 (0:00:00.029)       0:00:26.859 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: cockpit-ws-273-1.fc36.x86_64",
        "Removed: cockpit-bridge-273-1.fc36.x86_64",
        "Removed: cockpit-system-273-1.fc36.noarch"
    ]
}

TASK [cleanup - find certificates] *********************************************
task path: /tmp/tmpef62vtxj/tests/tasks/cleanup.yml:13
Wednesday 03 August 2022  07:55:43 +0000 (0:00:10.923)       0:00:37.783 ****** 
[WARNING]: Skipped '/etc/cockpit/ws-certs.d/' path due to this access issue:
'/etc/cockpit/ws-certs.d/' is not a directory
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "examined": 0,
    "files": [],
    "matched": 0,
    "skipped_paths": {
        "/etc/cockpit/ws-certs.d/": "'/etc/cockpit/ws-certs.d/' is not a directory"
    }
}

MSG:

Not all paths examined, check warnings for details

TASK [cleanup - certificates] **************************************************
task path: /tmp/tmpef62vtxj/tests/tasks/cleanup.yml:23
Wednesday 03 August 2022  07:55:44 +0000 (0:00:00.508)       0:00:38.292 ****** 

TASK [cleanup - config file] ***************************************************
task path: /tmp/tmpef62vtxj/tests/tasks/cleanup.yml:32
Wednesday 03 August 2022  07:55:44 +0000 (0:00:00.019)       0:00:38.312 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "path": "/etc/cockpit/cockpit.conf",
    "state": "absent"
}

TASK [cleanup - port customization] ********************************************
task path: /tmp/tmpef62vtxj/tests/tasks/cleanup.yml:40
Wednesday 03 August 2022  07:55:44 +0000 (0:00:00.398)       0:00:38.711 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "path": "/etc/systemd/system/cockpit.socket.d/",
    "state": "absent"
}

TASK [cleanup - reload systemd] ************************************************
task path: /tmp/tmpef62vtxj/tests/tasks/cleanup.yml:48
Wednesday 03 August 2022  07:55:44 +0000 (0:00:00.391)       0:00:39.102 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/fedora-36.qcow2.snap : ok=32   changed=8    unreachable=0    failed=0    skipped=12   rescued=0    ignored=0   

Wednesday 03 August 2022  07:55:45 +0000 (0:00:00.734)       0:00:39.836 ****** 
=============================================================================== 
linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 12.35s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/setup-dnf.yml:8 -
cleanup - packages ----------------------------------------------------- 10.92s
/tmp/tmpef62vtxj/tests/tasks/cleanup.yml:1 ------------------------------------
linux-system-roles.certificate : Ensure provider packages are installed --- 1.88s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/main.yml:22 -
linux-system-roles.certificate : Ensure certificate role dependencies are installed --- 1.83s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/main.yml:5 --
Gathering Facts --------------------------------------------------------- 1.29s
/tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:5 -----------------------
linux-system-roles.certificate : Ensure certificate requests ------------ 1.21s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/main.yml:100 
linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 1.07s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:75 -----
cleanup - reload systemd ------------------------------------------------ 0.73s
/tmp/tmpef62vtxj/tests/tasks/cleanup.yml:48 -----------------------------------
linux-system-roles.certificate : Ensure provider service is running ----- 0.59s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/main.yml:88 -
linux-system-roles.certificate : Ensure ansible_facts used by role ------ 0.57s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/set_vars.yml:2 
linux-system-roles.cockpit : Clean up port configuration file for undefined custom port --- 0.53s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/main.yml:66 -----
Get PEM of certmonger's local CA ---------------------------------------- 0.53s
/tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:62 ----------------------
linux-system-roles.cockpit : Ensure ansible_facts used by role ---------- 0.53s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2 --
cleanup - find certificates --------------------------------------------- 0.51s
/tmp/tmpef62vtxj/tests/tasks/cleanup.yml:13 -----------------------------------
test - cockpit works with TLS and expected certificate ------------------ 0.50s
/tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:69 ----------------------
test - get certmonger tracking status ----------------------------------- 0.44s
/tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:76 ----------------------
test - clean up tracked certificate ------------------------------------- 0.43s
/tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:87 ----------------------
linux-system-roles.certificate : Ensure pre-scripts hooks directory exists --- 0.43s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/main.yml:33 -
test - clean up generated private key ----------------------------------- 0.43s
/tmp/tmpef62vtxj/tests/tests_certificate_runafter.yml:99 ----------------------
linux-system-roles.certificate : Ensure post-scripts hooks directory exists --- 0.42s
/tmp/tmpef62vtxj/tests/roles/linux-system-roles.certificate/tasks/main.yml:59 -
ansible-playbook [core 2.12.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /tmp/tmp8jj4_k5c
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
  jinja version = 2.11.3
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_certificate_runafter.yml ***************************************
1 plays in /tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml

PLAY [test certificate issuance with run_after shell script] *******************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:5
Wednesday 03 August 2022  08:01:20 +0000 (0:00:00.013)       0:00:00.013 ****** 
ok: [/cache/fedora-36.qcow2.snap]
META: ran handlers

TASK [Download current linux-system-roles.certificate] *************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:8
Wednesday 03 August 2022  08:01:21 +0000 (0:00:01.261)       0:00:01.274 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Install cockpit] *********************************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:21
Wednesday 03 August 2022  08:01:21 +0000 (0:00:00.061)       0:00:01.335 ****** 

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:1
Wednesday 03 August 2022  08:01:21 +0000 (0:00:00.046)       0:00:01.381 ****** 
included: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for /cache/fedora-36.qcow2.snap

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] ***
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Wednesday 03 August 2022  08:01:21 +0000 (0:00:00.029)       0:00:01.411 ****** 
ok: [/cache/fedora-36.qcow2.snap]

TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:7
Wednesday 03 August 2022  08:01:22 +0000 (0:00:00.536)       0:00:01.948 ****** 
ok: [/cache/fedora-36.qcow2.snap] => (item=/tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/Fedora.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/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/Fedora.yml"
}

TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:9
Wednesday 03 August 2022  08:01:22 +0000 (0:00:00.040)       0:00:01.989 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:17
Wednesday 03 August 2022  08:01:22 +0000 (0:00:00.021)       0:00:02.010 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "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/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:21
Wednesday 03 August 2022  08:01:22 +0000 (0:00:00.019)       0:00:02.030 ****** 
included: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml for /cache/fedora-36.qcow2.snap => (item=/tmp/tmp8jj4_k5c/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/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:1
Wednesday 03 August 2022  08:01:22 +0000 (0:00:00.035)       0:00:02.065 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "ansible_facts": {
        "cockpit_packages": "minimal"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:6
Wednesday 03 August 2022  08:01:22 +0000 (0:00:00.035)       0:00:02.101 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: cockpit-system-273-1.fc36.noarch",
        "Installed: cockpit-ws-273-1.fc36.x86_64",
        "Installed: cockpit-bridge-273-1.fc36.x86_64"
    ]
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:27
Wednesday 03 August 2022  08:01:34 +0000 (0:00:11.938)       0:00:14.040 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] ***
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35
Wednesday 03 August 2022  08:01:34 +0000 (0:00:00.031)       0:00:14.071 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Check if SELinux is enabled] *********
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:51
Wednesday 03 August 2022  08:01:34 +0000 (0:00:00.026)       0:00:14.098 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Allow cockpit to own custom port in SELinux policy] **********************
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:58
Wednesday 03 August 2022  08:01:34 +0000 (0:00:00.023)       0:00:14.122 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "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/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:66
Wednesday 03 August 2022  08:01:34 +0000 (0:00:00.025)       0:00:14.148 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "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/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:75
Wednesday 03 August 2022  08:01:35 +0000 (0:00:00.568)       0:00:14.716 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "enabled": true,
    "name": "cockpit.socket",
    "state": "started",
    "status": {
        "Accept": "no",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "systemd-journald.socket sysinit.target system.slice",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Backlog": "4096",
        "Before": "cockpit-motd.service cockpit.service shutdown.target sockets.target",
        "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",
        "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": "7731",
        "LimitNPROCSoft": "7731",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "7731",
        "LimitSIGPENDINGSoft": "7731",
        "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": "2319",
        "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/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:81
Wednesday 03 August 2022  08:01:36 +0000 (0:00:01.129)       0:00:15.846 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] ***
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:92
Wednesday 03 August 2022  08:01:36 +0000 (0:00:00.025)       0:00:15.871 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102
Wednesday 03 August 2022  08:01:36 +0000 (0:00:00.022)       0:00:15.894 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: role_complete for /cache/fedora-36.qcow2.snap

TASK [Allow certmonger to write into Cockpit's certificate directory] **********
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:31
Wednesday 03 August 2022  08:01:36 +0000 (0:00:00.030)       0:00:15.925 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "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": 0,
    "state": "directory",
    "uid": 0
}

TASK [Generate certificate with linux-system-roles.certificate] ****************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:38
Wednesday 03 August 2022  08:01:36 +0000 (0:00:00.390)       0:00:16.315 ****** 

TASK [linux-system-roles.certificate : Set version specific variables] *********
task path: /tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:2
Wednesday 03 August 2022  08:01:36 +0000 (0:00:00.043)       0:00:16.359 ****** 
included: /tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/set_vars.yml for /cache/fedora-36.qcow2.snap

TASK [linux-system-roles.certificate : Ensure ansible_facts used by role] ******
task path: /tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/set_vars.yml:2
Wednesday 03 August 2022  08:01:36 +0000 (0:00:00.027)       0:00:16.387 ****** 
ok: [/cache/fedora-36.qcow2.snap]

TASK [linux-system-roles.certificate : Set platform/version specific variables] ***
task path: /tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/set_vars.yml:8
Wednesday 03 August 2022  08:01:37 +0000 (0:00:00.575)       0:00:16.962 ****** 
skipping: [/cache/fedora-36.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-36.qcow2.snap] => (item=Fedora.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-36.qcow2.snap] => (item=Fedora_36.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora_36.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/fedora-36.qcow2.snap] => (item=Fedora_36.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora_36.yml",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:5
Wednesday 03 August 2022  08:01:37 +0000 (0:00:00.041)       0:00:17.004 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:22
Wednesday 03 August 2022  08:01:39 +0000 (0:00:02.007)       0:00:19.011 ****** 
ok: [/cache/fedora-36.qcow2.snap] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:33
Wednesday 03 August 2022  08:01:41 +0000 (0:00:01.816)       0:00:20.828 ****** 
ok: [/cache/fedora-36.qcow2.snap] => (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": 0,
    "state": "directory",
    "uid": 0
}

TASK [linux-system-roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:59
Wednesday 03 August 2022  08:01:41 +0000 (0:00:00.432)       0:00:21.260 ****** 
ok: [/cache/fedora-36.qcow2.snap] => (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": 0,
    "state": "directory",
    "uid": 0
}

TASK [linux-system-roles.certificate : Ensure provider service is running] *****
task path: /tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:88
Wednesday 03 August 2022  08:01:42 +0000 (0:00:00.473)       0:00:21.734 ****** 
ok: [/cache/fedora-36.qcow2.snap] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "enabled": true,
    "name": "certmonger",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Wed 2022-08-03 08:00:28 UTC",
        "ActiveEnterTimestampMonotonic": "27699317",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "systemd-journald.socket basic.target sysinit.target dbus.socket network.target dbus-broker.service system.slice syslog.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-08-03 08:00:28 UTC",
        "AssertTimestampMonotonic": "27688053",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedorahosted.certmonger",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "879153000",
        "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 cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-08-03 08:00:28 UTC",
        "ConditionTimestampMonotonic": "27688051",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/certmonger.service",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Certificate monitoring and PKI enrollment",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "2526",
        "ExecMainStartTimestamp": "Wed 2022-08-03 08:00:28 UTC",
        "ExecMainStartTimestampMonotonic": "27689390",
        "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 }",
        "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/certmonger.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "certmonger.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2022-08-03 08:00:28 UTC",
        "InactiveExitTimestampMonotonic": "27690102",
        "InvocationID": "d9735fae2af042e790d07bdcfa601ced",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "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": "7731",
        "LimitNPROCSoft": "7731",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "7731",
        "LimitSIGPENDINGSoft": "7731",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "2526",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "2125824",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "certmonger.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PIDFile": "/run/certmonger.pid",
        "PartOf": "dbus-broker.service",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket system.slice sysinit.target",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-08-03 08:01:35 UTC",
        "StateChangeTimestampMonotonic": "95080862",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "2319",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.certificate : Ensure certificate requests] ************
task path: /tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:100
Wednesday 03 August 2022  08:01:42 +0000 (0:00:00.580)       0:00:22.315 ****** 
changed: [/cache/fedora-36.qcow2.snap] => (item={'name': 'monger-cockpit', 'dns': ['localhost', 'www.example.com'], 'ca': 'local', 'group': 'cockpit-ws', '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-ws $DEST\n'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "ca": "local",
        "dns": [
            "localhost",
            "www.example.com"
        ],
        "group": "cockpit-ws",
        "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-ws $DEST\n"
    }
}

MSG:

Certificate requested (new). Pre/Post run hooks updated. File attributes updated.
META: role_complete for /cache/fedora-36.qcow2.snap

TASK [Get PEM of certmonger's local CA] ****************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:62
Wednesday 03 August 2022  08:01:43 +0000 (0:00:00.951)       0:00:23.266 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "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.009474",
    "end": "2022-08-03 08:01:43.784104",
    "rc": 0,
    "start": "2022-08-03 08:01:43.774630"
}

TASK [test - cockpit works with TLS and expected certificate] ******************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:69
Wednesday 03 August 2022  08:01:44 +0000 (0:00:00.574)       0:00:23.841 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "curl",
        "--cacert",
        "/var/lib/certmonger/local/ca.pem",
        "https://localhost:9090"
    ],
    "delta": "0:00:00.104859",
    "end": "2022-08-03 08:01:44.277520",
    "rc": 0,
    "start": "2022-08-03 08:01:44.172661"
}

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":"ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com","os-release":{"NAME":"Fedora Linux","ID":"fedora","PRETTY_NAME":"Fedora Linux 36 (Cloud Edition)","VARIANT":"Cloud Edition","VARIANT_ID":"cloud","CPE_NAME":"cpe:/o:fedoraproject:fedora:36","DOCUMENTATION_URL":"https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/"}};
    </script>
  <script type="text/javascript">
    /* Patch IE to support forEach on NodeLists, used in show/hide */
    if (window.NodeList && !NodeList.prototype.forEach)
        NodeList.prototype.forEach = Array.prototype.forEach;
  </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-c-alert pf-m-info pf-m-inline dialog-error" aria-label="inline danger alert" hidden>
    <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-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-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-c-alert__title">
        <span class="noscript" translate>Please enable JavaScript to use the Web Console.</span>
      </h2>
    </div>

    <div id="info-group" class="pf-c-alert pf-m-info pf-m-inline dialog-error" aria-label="inline danger alert" hidden>
      <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-c-alert__title"></h2>
    </div>

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

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

        <div id="hostkey-group" class="form-group" hidden>
          <h1 id="hostkey-title"></h1>
          <div id="hostkey-warning-group" class="pf-c-alert pf-m-warning pf-m-inline dialog-error" aria-label="inline warning alert" hidden>
            <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 class="pf-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>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>The resulting fingerprint is fine to share via public methods, including email.</p>
          <p translate>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>User name</label>
          <input type="text" class="form-control" id="login-user-input" autocorrect="off" autocapitalize="none" autofocus>
        </div>

        <div id="password-group" class="form-group">
          <label for="login-password-input" class="control-label" translate>Password</label>
          <div class="password-with-toggle">
            <input type="password" class="form-control" id="login-password-input">
            <button type="button" id="login-password-toggle" class="pf-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="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>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>
          <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>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-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>Log in</span>
          </button>
          <a id="get-out-link" href="/" translate>Cancel</a>
        </div>
      </form>
    </div>

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

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

    <div class="unsupported-browser" id="unsupported-browser" hidden>
      <h2 class="unsupported-browser-heading" translate>A modern browser is required for security, reliability, and performance.</h2>
      <div class="browser-recommendations">
        <div class="browser-download">
          <h3 translate>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>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>
    </div>
  </div>

  <div class="details" id="login-details" hidden>
    <p>
      <label class="control-label"><span translate>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>
    <h1 translate>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 11370    0 11370    0     0   116k      0 --:--:-- --:--:-- --:--:--  116k

TASK [test - get certmonger tracking status] ***********************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:76
Wednesday 03 August 2022  08:01:44 +0000 (0:00:00.496)       0:00:24.337 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "getcert",
        "list",
        "--tracking-only",
        "-f",
        "/etc/pki/tls/certs/monger-cockpit.crt"
    ],
    "delta": "0:00:00.040501",
    "end": "2022-08-03 08:01:44.710641",
    "rc": 0,
    "start": "2022-08-03 08:01:44.670140"
}

STDOUT:

Number of certificates and requests being tracked: 1.
Request ID '20220803080142':
	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=488d9113-557c4097-b191f3e3-357e6467,CN=Local Signing Authority
	subject: CN=localhost
	issued: 2022-08-03 08:01:43 UTC
	expires: 2023-08-03 08:00:28 UTC
	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/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:83
Wednesday 03 August 2022  08:01:45 +0000 (0:00:00.434)       0:00:24.772 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [test - clean up tracked certificate] *************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:87
Wednesday 03 August 2022  08:01:45 +0000 (0:00:00.034)       0:00:24.806 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "getcert",
        "stop-tracking",
        "-f",
        "/etc/pki/tls/certs/monger-cockpit.crt"
    ],
    "delta": "0:00:00.035733",
    "end": "2022-08-03 08:01:45.191515",
    "rc": 0,
    "start": "2022-08-03 08:01:45.155782"
}

STDOUT:

Request "20220803080142" removed.

TASK [test - clean up generated certificate] ***********************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:94
Wednesday 03 August 2022  08:01:45 +0000 (0:00:00.456)       0:00:25.263 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "path": "/etc/pki/tls/certs/monger-cockpit.crt",
    "state": "absent"
}

TASK [test - clean up generated private key] ***********************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:99
Wednesday 03 August 2022  08:01:46 +0000 (0:00:00.403)       0:00:25.666 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "path": "/etc/pki/tls/private/monger-cockpit.key",
    "state": "absent"
}

TASK [test - clean up copied certificate] **************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:104
Wednesday 03 August 2022  08:01:46 +0000 (0:00:00.394)       0:00:26.060 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "path": "/etc/cockpit/ws-certs.d/monger-cockpit.cert",
    "state": "absent"
}

TASK [test - generic cleanup] **************************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:109
Wednesday 03 August 2022  08:01:46 +0000 (0:00:00.404)       0:00:26.465 ****** 
included: /tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml for /cache/fedora-36.qcow2.snap

TASK [cleanup - packages] ******************************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:1
Wednesday 03 August 2022  08:01:46 +0000 (0:00:00.037)       0:00:26.502 ****** 
changed: [/cache/fedora-36.qcow2.snap] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Removed: cockpit-ws-273-1.fc36.x86_64",
        "Removed: cockpit-bridge-273-1.fc36.x86_64",
        "Removed: cockpit-system-273-1.fc36.noarch"
    ]
}

TASK [cleanup - find certificates] *********************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:13
Wednesday 03 August 2022  08:01:57 +0000 (0:00:10.865)       0:00:37.367 ****** 
[WARNING]: Skipped '/etc/cockpit/ws-certs.d/' path due to this access issue:
'/etc/cockpit/ws-certs.d/' is not a directory
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "examined": 0,
    "files": [],
    "matched": 0,
    "skipped_paths": {
        "/etc/cockpit/ws-certs.d/": "'/etc/cockpit/ws-certs.d/' is not a directory"
    }
}

MSG:

Not all paths examined, check warnings for details

TASK [cleanup - certificates] **************************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:23
Wednesday 03 August 2022  08:01:58 +0000 (0:00:00.523)       0:00:37.891 ****** 

TASK [cleanup - config file] ***************************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:32
Wednesday 03 August 2022  08:01:58 +0000 (0:00:00.021)       0:00:37.913 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "path": "/etc/cockpit/cockpit.conf",
    "state": "absent"
}

TASK [cleanup - port customization] ********************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:40
Wednesday 03 August 2022  08:01:58 +0000 (0:00:00.434)       0:00:38.347 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "path": "/etc/systemd/system/cockpit.socket.d/",
    "state": "absent"
}

TASK [cleanup - reload systemd] ************************************************
task path: /tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:48
Wednesday 03 August 2022  08:01:59 +0000 (0:00:00.398)       0:00:38.745 ****** 
ok: [/cache/fedora-36.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/fedora-36.qcow2.snap : ok=32   changed=8    unreachable=0    failed=0    skipped=12   rescued=0    ignored=0   

Wednesday 03 August 2022  08:01:59 +0000 (0:00:00.770)       0:00:39.516 ****** 
=============================================================================== 
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 11.94s
/tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-dnf.yml:6 
cleanup - packages ----------------------------------------------------- 10.87s
/tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:1 ----------------------------
linux-system-roles.certificate : Ensure certificate role dependencies are installed --- 2.01s
/tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:5 
linux-system-roles.certificate : Ensure provider packages are installed --- 1.82s
/tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:22 
Gathering Facts --------------------------------------------------------- 1.26s
/tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:5 ---------------
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 1.13s
/tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:75 
linux-system-roles.certificate : Ensure certificate requests ------------ 0.95s
/tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:100 
cleanup - reload systemd ------------------------------------------------ 0.77s
/tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:48 ---------------------------
linux-system-roles.certificate : Ensure provider service is running ----- 0.58s
/tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:88 
linux-system-roles.certificate : Ensure ansible_facts used by role ------ 0.58s
/tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/set_vars.yml:2 
Get PEM of certmonger's local CA ---------------------------------------- 0.57s
/tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:62 --------------
fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.57s
/tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:66 
fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.54s
/tmp/tmp8jj4_k5c/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 
cleanup - find certificates --------------------------------------------- 0.52s
/tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:13 ---------------------------
test - cockpit works with TLS and expected certificate ------------------ 0.50s
/tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:69 --------------
linux-system-roles.certificate : Ensure post-scripts hooks directory exists --- 0.47s
/tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:59 
test - clean up tracked certificate ------------------------------------- 0.46s
/tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:87 --------------
test - get certmonger tracking status ----------------------------------- 0.43s
/tmp/tmp7cnml56y/tests/cockpit/tests_certificate_runafter.yml:76 --------------
cleanup - config file --------------------------------------------------- 0.43s
/tmp/tmp7cnml56y/tests/cockpit/tasks/cleanup.yml:32 ---------------------------
linux-system-roles.certificate : Ensure pre-scripts hooks directory exists --- 0.43s
/tmp/tmp7cnml56y/tests/cockpit/roles/linux-system-roles.certificate/tasks/main.yml:33