# STDOUT:
---v---v---v---v---v---
ansible-playbook [core 2.16.0]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible
ansible collection location = /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection
executable location = /opt/ansible-2.16/bin/ansible-playbook
python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python)
jinja version = 3.1.2
libyaml = True
Using /etc/ansible/ansible.cfg as config file
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_quadlet_demo.yml ***********************************************
2 plays in /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml
PLAY [all] *********************************************************************
TASK [Include vault variables] *************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:4
Wednesday 10 July 2024 04:52:57 +0000 (0:00:00.012) 0:00:00.012 ********
ok: [sut] => {
"ansible_facts": {
"__podman_test_password": {
"__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n"
},
"mysql_container_root_password": {
"__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n"
}
},
"ansible_included_var_files": [
"/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/vars/vault-variables.yml"
],
"changed": false
}
PLAY [Deploy the quadlet demo app] *********************************************
TASK [Gathering Facts] *********************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:9
Wednesday 10 July 2024 04:52:57 +0000 (0:00:00.013) 0:00:00.025 ********
ok: [sut]
TASK [Generate certificates] ***************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:39
Wednesday 10 July 2024 04:52:59 +0000 (0:00:02.242) 0:00:02.267 ********
TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Wednesday 10 July 2024 04:52:59 +0000 (0:00:00.023) 0:00:02.290 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut
TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Wednesday 10 July 2024 04:52:59 +0000 (0:00:00.012) 0:00:02.303 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Wednesday 10 July 2024 04:52:59 +0000 (0:00:00.017) 0:00:02.321 ********
ok: [sut] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Wednesday 10 July 2024 04:53:00 +0000 (0:00:00.266) 0:00:02.587 ********
ok: [sut] => {
"ansible_facts": {
"__certificate_is_ostree": false
},
"changed": false
}
TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Wednesday 10 July 2024 04:53:00 +0000 (0:00:00.014) 0:00:02.602 ********
skipping: [sut] => (item=RedHat.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "RedHat.yml",
"skip_reason": "Conditional result was False"
}
ok: [sut] => (item=Fedora.yml) => {
"ansible_facts": {
"__certificate_certmonger_packages": [
"certmonger",
"python3-packaging"
]
},
"ansible_included_var_files": [
"/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/Fedora.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [sut] => (item=Fedora_40.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "Fedora_40.yml",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=Fedora_40.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "Fedora_40.yml",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Wednesday 10 July 2024 04:53:00 +0000 (0:00:00.024) 0:00:02.626 ********
changed: [sut] => {
"changed": true,
"rc": 0,
"results": [
"Installed: python3-ply-3.11-23.fc40.noarch",
"Installed: python3-cryptography-41.0.7-1.fc40.x86_64",
"Installed: python3-pyasn1-0.5.1-3.fc40.noarch",
"Installed: python3-pycparser-2.20-14.fc40.noarch",
"Installed: python3-cffi-1.16.0-4.fc40.x86_64"
]
}
TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Wednesday 10 July 2024 04:53:05 +0000 (0:00:05.804) 0:00:08.431 ********
changed: [sut] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": true,
"rc": 0,
"results": [
"Installed: python3-packaging-23.2-4.fc40.noarch",
"Installed: dbus-tools-1:1.14.10-3.fc40.x86_64",
"Installed: certmonger-0.79.19-5.fc40.x86_64"
]
}
TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Wednesday 10 July 2024 04:53:09 +0000 (0:00:04.026) 0:00:12.457 ********
changed: [sut] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": true,
"gid": 0,
"group": "root",
"mode": "0700",
"owner": "root",
"path": "/etc/certmonger//pre-scripts",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Wednesday 10 July 2024 04:53:10 +0000 (0:00:00.309) 0:00:12.766 ********
changed: [sut] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": true,
"gid": 0,
"group": "root",
"mode": "0700",
"owner": "root",
"path": "/etc/certmonger//post-scripts",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Wednesday 10 July 2024 04:53:10 +0000 (0:00:00.245) 0:00:13.012 ********
changed: [sut] => (item=certmonger) => {
"__certificate_provider": "certmonger",
"ansible_loop_var": "__certificate_provider",
"changed": true,
"enabled": true,
"name": "certmonger",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "dbus.socket syslog.target sysinit.target dbus-broker.service system.slice basic.target network.target systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "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": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "Certificate monitoring and PKI enrollment",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"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",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/certmonger.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "certmonger.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "3481186304",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"MemoryZSwapMax": "infinity",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "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",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "dbus.socket system.slice sysinit.target",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"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]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "45s",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "dbus",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Wednesday 10 July 2024 04:53:11 +0000 (0:00:00.981) 0:00:13.993 ********
changed: [sut] => (item={'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"ca": "self-sign",
"dns": [
"localhost"
],
"name": "quadlet_demo"
}
}
MSG:
Certificate requested (new).
TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Wednesday 10 July 2024 04:53:12 +0000 (0:00:00.702) 0:00:14.696 ********
ok: [sut] => (item=['cert', {'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}]) => {
"ansible_loop_var": "item",
"changed": false,
"content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURnakNDQW1xZ0F3SUJBZ0lRVU1yTG4xNG5SVUc1T2hvQWoxZFRrREFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTlRCagpZV05pT1dZdE5XVXlOelExTkRFdFlqa3pZVEZoTURBdE9HWTFOelV6T0dZd0hoY05NalF3TnpFd01EUTFNekV4CldoY05NalV3TnpFd01EUTFNekV4V2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRRGc5ZHVwc3NUK00vdDZ2Nm9UVUprZzFKUTRNQnRoOENMdApqMHFrOXhsREl5Y1N5b3Q3akRJYlM5ZFIzcGNNM3Q4L1c4NVBuZmZDSTJkZDYzZ3dpQ3hLdjJ6VDREcjg1dUJwCmhvdFlYQzRCK1kvL0t0TTRwNDJPS0RXeXBMRmpNN2hqc3h5dlNnZ1pTbmxEVnJHYUVDSHhaTk5lcllGOCtkV1AKUVVjNUhDNXB6Z0tPSTVERWsrUklObXI4dlVOY2s1VktlbS96Z0c5RDh3dUd3NnpjL0Z2N1lUYll5ZVlvNjRuNQpKTmVZRXloNXMwdmRkTXE5aCsvdE1tQ0pBR2liUTBGVVFVMEZEc2pQdDc4UmI1Mm1NQWVmQnNHbldleFNheHExCmVvNSt2YUxlZndQVVR5eGJOemNTaTh5cWpVbTBicjROVFBYZURPRENBSGFiekFpMWZlQmxBZ01CQUFHamdaTXcKZ1pBd0N3WURWUjBQQkFRREFnV2dNQlFHQTFVZEVRUU5NQXVDQ1d4dlkyRnNhRzl6ZERBZEJnTlZIU1VFRmpBVQpCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3REFZRFZSMFRBUUgvQkFJd0FEQWRCZ05WSFE0RUZnUVVJbEExCkNKUkVOa2VYUnhMTzdxMC9QNUIxTmRJd0h3WURWUjBqQkJnd0ZvQVVUdGdXdnFXM2FSYllTdjNZakR5UzNOekQKQ2VVd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFBTTFqTWxueEgvakNYWU4yeTVsYUNNSzhTa09UU0dzZ2FiSwp5RzVOYmFkNVRFc3BKTnB4SWdGWXVKbHFSVVRKbzBUblRTTWw1NFRtRlMwS3p0cHhtQTBmSW1QbXorNDJMUXBaClVtRWh0NnF1NC82NW5CaXlSUXAwV0ZMNjVQS2pPWU84MERoWnI1S0E0dUs5VlkzV1RZS2FlYkZ1aGNWTWc0dGcKVm1NWTMvQVIyRHpRc1IxYy94YTN5a3FIcFJ3T05qRWJiZTFUZENzZURiUTNGeUoybGNNcERJYXFQbXUyNVNzZApJVHdCd01NQnh2amN1WFdQWnhYN2VsNzF4UVgxSUNXTjQ3NDR1TGo1d3BEaUx2dkk1TEpwVEt2cmxYemM0MWlrCnVEYjFlM2NaK2lhdWVFdDl2NFhtWkQwZXA0aU9LZDExUXdqcHVzd2dsN1pqYzRLRDZDRT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=",
"encoding": "base64",
"item": [
"cert",
{
"ca": "self-sign",
"dns": [
"localhost"
],
"name": "quadlet_demo"
}
],
"source": "/etc/pki/tls/certs/quadlet_demo.crt"
}
ok: [sut] => (item=['key', {'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}]) => {
"ansible_loop_var": "item",
"changed": false,
"content": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2Z0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktnd2dnU2tBZ0VBQW9JQkFRRGc5ZHVwc3NUK00vdDYKdjZvVFVKa2cxSlE0TUJ0aDhDTHRqMHFrOXhsREl5Y1N5b3Q3akRJYlM5ZFIzcGNNM3Q4L1c4NVBuZmZDSTJkZAo2M2d3aUN4S3YyelQ0RHI4NXVCcGhvdFlYQzRCK1kvL0t0TTRwNDJPS0RXeXBMRmpNN2hqc3h5dlNnZ1pTbmxEClZyR2FFQ0h4Wk5OZXJZRjgrZFdQUVVjNUhDNXB6Z0tPSTVERWsrUklObXI4dlVOY2s1VktlbS96Z0c5RDh3dUcKdzZ6Yy9GdjdZVGJZeWVZbzY0bjVKTmVZRXloNXMwdmRkTXE5aCsvdE1tQ0pBR2liUTBGVVFVMEZEc2pQdDc4UgpiNTJtTUFlZkJzR25XZXhTYXhxMWVvNSt2YUxlZndQVVR5eGJOemNTaTh5cWpVbTBicjROVFBYZURPRENBSGFiCnpBaTFmZUJsQWdNQkFBRUNnZ0VBQWxZemNhd1FkVWFEZEhjMHRFNG9SUW5JUDF3cWtLWWVxc0tNQnpJazRraGwKY2NIR1dLSndhODJxSHlqVmYxWDZVaTFwTTNVRDI1R2tFM3JzYk82aExTYVhZZzBJZDlPTEhiViswWXhsa3ZJdApiM3hacE5OQ3Vta0xBNy9Ic3V6WTI3cEMwRVJQMkxsb0VJM0FPd1l6WUE5SXpjazJHTjc4ZTZnMUxlL3Z3SHdWCkdMZ0d6UXQrVS9KNHdsOVljU25KRGVXc2tla2NNRHVwbFMrcVZmUHkxZE5JbmJOaG12THFuckxITit6M2d3bWUKdWdzY3JuWjloTytVbUM1dVF6UkMvVS8vWlNJOExsbjdZUTRpUmdONEYzMUhjZ0MrMGZHRGc2SzA0a0FJNXpzVwp2enM1QXJTdjJsOFFOM2VFZEdETXNvOEh5dmRycHowVjR5M1JDZDVSa1FLQmdRRDBRdmtFZmRMT2RvM21oZWdjClh4SkFMZThlL0J3WmpEUVRldC9QZW5nS0NIS3JFbFZxZUlKeFBDRTJLMTltQkRVbnBwSVd4TUtjZG9PYlkxRHAKanJDdiswdFMxZFNUcTUxR3ErWnp3ZlgvZTkxb0ZhNFcvcjVpdTdvN01JT3RRT2ROd2w2dnRoK3RtZ2kyV1pJRQpaWHI2NEZUNWw4VHdmSjdXN1VwNUdrdi84UUtCZ1FEcnhXNmJTcStsZnFBU2svQUVHNWtoVmM2TWNnTXVZb2dLClA0RWtVaVZCOVNTNFYvMVlyNDVrOE1LYXJFZXF4QW52VVMwVDFud3duTGlKUVlFVEVnUW9abWpnMkdkUFZwOGgKbTViRUhPdDlrNDZJa0dDWVBhVFdZVVdKTVJ6WitEbWNrTjZnbGNtVHlsWHRhSzNWTUdWbGwwNkl1NGU2bjR1QgpyNDY4TVh1YnRRS0JnUURkcUNqeHVueWlmMU1sN2o1RUFNSS9HMi96WGpUaHVpbEh4Q2wxemwxQVBZcFJVOEhQCmJLeHl0VzR1Q2czNE5ibEcwaEdnTjgyaXpxbC9TUkVUNFRqVmVlVlF0bHJCNXVwQ1I1eEpUNm84dmRxZHFZN2gKcnlwMXpvV2hVTlV0VThpUzk5K1U5R0NxMlMwdXpQbUVvOUtGOXkwbGttUlZGOEhNcUdqOG5MQjdBUUtCZ0ZqVwpYYVRaOFhFVVUxQnN1Y1Z5ZUxLYzJHVUhHTGZEbktydjNzTkd5SThmeGFSSVUwZTFicHdPTStXQUFNa1JjUVRoCnUzQjhJdk5XT2hwTnVrcnJRUEhRRkxpVUVlbE5KRXpQaVhGL3pDUFhFNS9WZHZBbVdoUUZOdVJJd3l4R1liN2kKdjJBVzBJdUZjL2N1dUVGYUtQcXNsb1RpMUhPM1ppT0plT2prWkVUNUFvR0JBT0tHNUNKeTNqbXYxOEt3S1QwcAoveVIxSERLbS9LMVg0eVZvR1lBSjB3L3JVZURVKzU3MXFzbWlHbXNWN2JYNkNTVTBrNk91UlFZL3FqSUh4YTB1Cmo1ZE80ZU1Pay8zNW5IUTk1L2t3dVFsZFloL2F0dFk3YVBmVXI1dWc4YStUc1RZUWw5bUtGaXdVc1IyVXJIcjMKQzlKQk1QU3gwR2ZZbTJGMk1oVDFDdERMCi0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K",
"encoding": "base64",
"item": [
"key",
{
"ca": "self-sign",
"dns": [
"localhost"
],
"name": "quadlet_demo"
}
],
"source": "/etc/pki/tls/private/quadlet_demo.key"
}
ok: [sut] => (item=['ca', {'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}]) => {
"ansible_loop_var": "item",
"changed": false,
"content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURnakNDQW1xZ0F3SUJBZ0lRVU1yTG4xNG5SVUc1T2hvQWoxZFRrREFOQmdrcWhraUc5dzBCQVFzRkFEQlEKTVNBd0hnWURWUVFEREJkTWIyTmhiQ0JUYVdkdWFXNW5JRUYxZEdodmNtbDBlVEVzTUNvR0ExVUVBd3dqTlRCagpZV05pT1dZdE5XVXlOelExTkRFdFlqa3pZVEZoTURBdE9HWTFOelV6T0dZd0hoY05NalF3TnpFd01EUTFNekV4CldoY05NalV3TnpFd01EUTFNekV4V2pBVU1SSXdFQVlEVlFRREV3bHNiMk5oYkdodmMzUXdnZ0VpTUEwR0NTcUcKU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRRGc5ZHVwc3NUK00vdDZ2Nm9UVUprZzFKUTRNQnRoOENMdApqMHFrOXhsREl5Y1N5b3Q3akRJYlM5ZFIzcGNNM3Q4L1c4NVBuZmZDSTJkZDYzZ3dpQ3hLdjJ6VDREcjg1dUJwCmhvdFlYQzRCK1kvL0t0TTRwNDJPS0RXeXBMRmpNN2hqc3h5dlNnZ1pTbmxEVnJHYUVDSHhaTk5lcllGOCtkV1AKUVVjNUhDNXB6Z0tPSTVERWsrUklObXI4dlVOY2s1VktlbS96Z0c5RDh3dUd3NnpjL0Z2N1lUYll5ZVlvNjRuNQpKTmVZRXloNXMwdmRkTXE5aCsvdE1tQ0pBR2liUTBGVVFVMEZEc2pQdDc4UmI1Mm1NQWVmQnNHbldleFNheHExCmVvNSt2YUxlZndQVVR5eGJOemNTaTh5cWpVbTBicjROVFBYZURPRENBSGFiekFpMWZlQmxBZ01CQUFHamdaTXcKZ1pBd0N3WURWUjBQQkFRREFnV2dNQlFHQTFVZEVRUU5NQXVDQ1d4dlkyRnNhRzl6ZERBZEJnTlZIU1VFRmpBVQpCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3REFZRFZSMFRBUUgvQkFJd0FEQWRCZ05WSFE0RUZnUVVJbEExCkNKUkVOa2VYUnhMTzdxMC9QNUIxTmRJd0h3WURWUjBqQkJnd0ZvQVVUdGdXdnFXM2FSYllTdjNZakR5UzNOekQKQ2VVd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFBTTFqTWxueEgvakNYWU4yeTVsYUNNSzhTa09UU0dzZ2FiSwp5RzVOYmFkNVRFc3BKTnB4SWdGWXVKbHFSVVRKbzBUblRTTWw1NFRtRlMwS3p0cHhtQTBmSW1QbXorNDJMUXBaClVtRWh0NnF1NC82NW5CaXlSUXAwV0ZMNjVQS2pPWU84MERoWnI1S0E0dUs5VlkzV1RZS2FlYkZ1aGNWTWc0dGcKVm1NWTMvQVIyRHpRc1IxYy94YTN5a3FIcFJ3T05qRWJiZTFUZENzZURiUTNGeUoybGNNcERJYXFQbXUyNVNzZApJVHdCd01NQnh2amN1WFdQWnhYN2VsNzF4UVgxSUNXTjQ3NDR1TGo1d3BEaUx2dkk1TEpwVEt2cmxYemM0MWlrCnVEYjFlM2NaK2lhdWVFdDl2NFhtWkQwZXA0aU9LZDExUXdqcHVzd2dsN1pqYzRLRDZDRT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=",
"encoding": "base64",
"item": [
"ca",
{
"ca": "self-sign",
"dns": [
"localhost"
],
"name": "quadlet_demo"
}
],
"source": "/etc/pki/tls/certs/quadlet_demo.crt"
}
TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Wednesday 10 July 2024 04:53:12 +0000 (0:00:00.662) 0:00:15.358 ********
ok: [sut] => {
"ansible_facts": {
"certificate_test_certs": {
"quadlet_demo": {
"ca": "/etc/pki/tls/certs/quadlet_demo.crt",
"ca_content": "-----BEGIN CERTIFICATE-----\nMIIDgjCCAmqgAwIBAgIQUMrLn14nRUG5OhoAj1dTkDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNTBj\nYWNiOWYtNWUyNzQ1NDEtYjkzYTFhMDAtOGY1NzUzOGYwHhcNMjQwNzEwMDQ1MzEx\nWhcNMjUwNzEwMDQ1MzExWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDg9dupssT+M/t6v6oTUJkg1JQ4MBth8CLt\nj0qk9xlDIycSyot7jDIbS9dR3pcM3t8/W85PnffCI2dd63gwiCxKv2zT4Dr85uBp\nhotYXC4B+Y//KtM4p42OKDWypLFjM7hjsxyvSggZSnlDVrGaECHxZNNerYF8+dWP\nQUc5HC5pzgKOI5DEk+RINmr8vUNck5VKem/zgG9D8wuGw6zc/Fv7YTbYyeYo64n5\nJNeYEyh5s0vddMq9h+/tMmCJAGibQ0FUQU0FDsjPt78Rb52mMAefBsGnWexSaxq1\neo5+vaLefwPUTyxbNzcSi8yqjUm0br4NTPXeDODCAHabzAi1feBlAgMBAAGjgZMw\ngZAwCwYDVR0PBAQDAgWgMBQGA1UdEQQNMAuCCWxvY2FsaG9zdDAdBgNVHSUEFjAU\nBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUIlA1\nCJRENkeXRxLO7q0/P5B1NdIwHwYDVR0jBBgwFoAUTtgWvqW3aRbYSv3YjDyS3NzD\nCeUwDQYJKoZIhvcNAQELBQADggEBAAM1jMlnxH/jCXYN2y5laCMK8SkOTSGsgabK\nyG5Nbad5TEspJNpxIgFYuJlqRUTJo0TnTSMl54TmFS0KztpxmA0fImPmz+42LQpZ\nUmEht6qu4/65nBiyRQp0WFL65PKjOYO80DhZr5KA4uK9VY3WTYKaebFuhcVMg4tg\nVmMY3/AR2DzQsR1c/xa3ykqHpRwONjEbbe1TdCseDbQ3FyJ2lcMpDIaqPmu25Ssd\nITwBwMMBxvjcuXWPZxX7el71xQX1ICWN4744uLj5wpDiLvvI5LJpTKvrlXzc41ik\nuDb1e3cZ+iaueEt9v4XmZD0ep4iOKd11Qwjpuswgl7Zjc4KD6CE=\n-----END CERTIFICATE-----\n",
"cert": "/etc/pki/tls/certs/quadlet_demo.crt",
"cert_content": "-----BEGIN CERTIFICATE-----\nMIIDgjCCAmqgAwIBAgIQUMrLn14nRUG5OhoAj1dTkDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNTBj\nYWNiOWYtNWUyNzQ1NDEtYjkzYTFhMDAtOGY1NzUzOGYwHhcNMjQwNzEwMDQ1MzEx\nWhcNMjUwNzEwMDQ1MzExWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDg9dupssT+M/t6v6oTUJkg1JQ4MBth8CLt\nj0qk9xlDIycSyot7jDIbS9dR3pcM3t8/W85PnffCI2dd63gwiCxKv2zT4Dr85uBp\nhotYXC4B+Y//KtM4p42OKDWypLFjM7hjsxyvSggZSnlDVrGaECHxZNNerYF8+dWP\nQUc5HC5pzgKOI5DEk+RINmr8vUNck5VKem/zgG9D8wuGw6zc/Fv7YTbYyeYo64n5\nJNeYEyh5s0vddMq9h+/tMmCJAGibQ0FUQU0FDsjPt78Rb52mMAefBsGnWexSaxq1\neo5+vaLefwPUTyxbNzcSi8yqjUm0br4NTPXeDODCAHabzAi1feBlAgMBAAGjgZMw\ngZAwCwYDVR0PBAQDAgWgMBQGA1UdEQQNMAuCCWxvY2FsaG9zdDAdBgNVHSUEFjAU\nBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUIlA1\nCJRENkeXRxLO7q0/P5B1NdIwHwYDVR0jBBgwFoAUTtgWvqW3aRbYSv3YjDyS3NzD\nCeUwDQYJKoZIhvcNAQELBQADggEBAAM1jMlnxH/jCXYN2y5laCMK8SkOTSGsgabK\nyG5Nbad5TEspJNpxIgFYuJlqRUTJo0TnTSMl54TmFS0KztpxmA0fImPmz+42LQpZ\nUmEht6qu4/65nBiyRQp0WFL65PKjOYO80DhZr5KA4uK9VY3WTYKaebFuhcVMg4tg\nVmMY3/AR2DzQsR1c/xa3ykqHpRwONjEbbe1TdCseDbQ3FyJ2lcMpDIaqPmu25Ssd\nITwBwMMBxvjcuXWPZxX7el71xQX1ICWN4744uLj5wpDiLvvI5LJpTKvrlXzc41ik\nuDb1e3cZ+iaueEt9v4XmZD0ep4iOKd11Qwjpuswgl7Zjc4KD6CE=\n-----END CERTIFICATE-----\n",
"key": "/etc/pki/tls/private/quadlet_demo.key",
"key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDg9dupssT+M/t6\nv6oTUJkg1JQ4MBth8CLtj0qk9xlDIycSyot7jDIbS9dR3pcM3t8/W85PnffCI2dd\n63gwiCxKv2zT4Dr85uBphotYXC4B+Y//KtM4p42OKDWypLFjM7hjsxyvSggZSnlD\nVrGaECHxZNNerYF8+dWPQUc5HC5pzgKOI5DEk+RINmr8vUNck5VKem/zgG9D8wuG\nw6zc/Fv7YTbYyeYo64n5JNeYEyh5s0vddMq9h+/tMmCJAGibQ0FUQU0FDsjPt78R\nb52mMAefBsGnWexSaxq1eo5+vaLefwPUTyxbNzcSi8yqjUm0br4NTPXeDODCAHab\nzAi1feBlAgMBAAECggEAAlYzcawQdUaDdHc0tE4oRQnIP1wqkKYeqsKMBzIk4khl\nccHGWKJwa82qHyjVf1X6Ui1pM3UD25GkE3rsbO6hLSaXYg0Id9OLHbV+0YxlkvIt\nb3xZpNNCumkLA7/HsuzY27pC0ERP2LloEI3AOwYzYA9Izck2GN78e6g1Le/vwHwV\nGLgGzQt+U/J4wl9YcSnJDeWskekcMDuplS+qVfPy1dNInbNhmvLqnrLHN+z3gwme\nugscrnZ9hO+UmC5uQzRC/U//ZSI8Lln7YQ4iRgN4F31HcgC+0fGDg6K04kAI5zsW\nvzs5ArSv2l8QN3eEdGDMso8Hyvdrpz0V4y3RCd5RkQKBgQD0QvkEfdLOdo3mhegc\nXxJALe8e/BwZjDQTet/PengKCHKrElVqeIJxPCE2K19mBDUnppIWxMKcdoObY1Dp\njrCv+0tS1dSTq51Gq+ZzwfX/e91oFa4W/r5iu7o7MIOtQOdNwl6vth+tmgi2WZIE\nZXr64FT5l8TwfJ7W7Up5Gkv/8QKBgQDrxW6bSq+lfqASk/AEG5khVc6McgMuYogK\nP4EkUiVB9SS4V/1Yr45k8MKarEeqxAnvUS0T1nwwnLiJQYETEgQoZmjg2GdPVp8h\nm5bEHOt9k46IkGCYPaTWYUWJMRzZ+DmckN6glcmTylXtaK3VMGVll06Iu4e6n4uB\nr468MXubtQKBgQDdqCjxunyif1Ml7j5EAMI/G2/zXjThuilHxCl1zl1APYpRU8HP\nbKxytW4uCg34NblG0hGgN82izql/SRET4TjVeeVQtlrB5upCR5xJT6o8vdqdqY7h\nryp1zoWhUNUtU8iS99+U9GCq2S0uzPmEo9KF9y0lkmRVF8HMqGj8nLB7AQKBgFjW\nXaTZ8XEUU1BsucVyeLKc2GUHGLfDnKrv3sNGyI8fxaRIU0e1bpwOM+WAAMkRcQTh\nu3B8IvNWOhpNukrrQPHQFLiUEelNJEzPiXF/zCPXE5/VdvAmWhQFNuRIwyxGYb7i\nv2AW0IuFc/cuuEFaKPqsloTi1HO3ZiOJeOjkZET5AoGBAOKG5CJy3jmv18KwKT0p\n/yR1HDKm/K1X4yVoGYAJ0w/rUeDU+571qsmiGmsV7bX6CSU0k6OuRQY/qjIHxa0u\nj5dO4eMOk/35nHQ95/kwuQldYh/attY7aPfUr5ug8a+TsTYQl9mKFiwUsR2UrHr3\nC9JBMPSx0GfYm2F2MhT1CtDL\n-----END PRIVATE KEY-----\n"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Wednesday 10 July 2024 04:53:12 +0000 (0:00:00.022) 0:00:15.381 ********
ok: [sut] => (item={'cert': '/etc/pki/tls/certs/quadlet_demo.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDgjCCAmqgAwIBAgIQUMrLn14nRUG5OhoAj1dTkDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNTBj\nYWNiOWYtNWUyNzQ1NDEtYjkzYTFhMDAtOGY1NzUzOGYwHhcNMjQwNzEwMDQ1MzEx\nWhcNMjUwNzEwMDQ1MzExWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDg9dupssT+M/t6v6oTUJkg1JQ4MBth8CLt\nj0qk9xlDIycSyot7jDIbS9dR3pcM3t8/W85PnffCI2dd63gwiCxKv2zT4Dr85uBp\nhotYXC4B+Y//KtM4p42OKDWypLFjM7hjsxyvSggZSnlDVrGaECHxZNNerYF8+dWP\nQUc5HC5pzgKOI5DEk+RINmr8vUNck5VKem/zgG9D8wuGw6zc/Fv7YTbYyeYo64n5\nJNeYEyh5s0vddMq9h+/tMmCJAGibQ0FUQU0FDsjPt78Rb52mMAefBsGnWexSaxq1\neo5+vaLefwPUTyxbNzcSi8yqjUm0br4NTPXeDODCAHabzAi1feBlAgMBAAGjgZMw\ngZAwCwYDVR0PBAQDAgWgMBQGA1UdEQQNMAuCCWxvY2FsaG9zdDAdBgNVHSUEFjAU\nBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUIlA1\nCJRENkeXRxLO7q0/P5B1NdIwHwYDVR0jBBgwFoAUTtgWvqW3aRbYSv3YjDyS3NzD\nCeUwDQYJKoZIhvcNAQELBQADggEBAAM1jMlnxH/jCXYN2y5laCMK8SkOTSGsgabK\nyG5Nbad5TEspJNpxIgFYuJlqRUTJo0TnTSMl54TmFS0KztpxmA0fImPmz+42LQpZ\nUmEht6qu4/65nBiyRQp0WFL65PKjOYO80DhZr5KA4uK9VY3WTYKaebFuhcVMg4tg\nVmMY3/AR2DzQsR1c/xa3ykqHpRwONjEbbe1TdCseDbQ3FyJ2lcMpDIaqPmu25Ssd\nITwBwMMBxvjcuXWPZxX7el71xQX1ICWN4744uLj5wpDiLvvI5LJpTKvrlXzc41ik\nuDb1e3cZ+iaueEt9v4XmZD0ep4iOKd11Qwjpuswgl7Zjc4KD6CE=\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/quadlet_demo.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDg9dupssT+M/t6\nv6oTUJkg1JQ4MBth8CLtj0qk9xlDIycSyot7jDIbS9dR3pcM3t8/W85PnffCI2dd\n63gwiCxKv2zT4Dr85uBphotYXC4B+Y//KtM4p42OKDWypLFjM7hjsxyvSggZSnlD\nVrGaECHxZNNerYF8+dWPQUc5HC5pzgKOI5DEk+RINmr8vUNck5VKem/zgG9D8wuG\nw6zc/Fv7YTbYyeYo64n5JNeYEyh5s0vddMq9h+/tMmCJAGibQ0FUQU0FDsjPt78R\nb52mMAefBsGnWexSaxq1eo5+vaLefwPUTyxbNzcSi8yqjUm0br4NTPXeDODCAHab\nzAi1feBlAgMBAAECggEAAlYzcawQdUaDdHc0tE4oRQnIP1wqkKYeqsKMBzIk4khl\nccHGWKJwa82qHyjVf1X6Ui1pM3UD25GkE3rsbO6hLSaXYg0Id9OLHbV+0YxlkvIt\nb3xZpNNCumkLA7/HsuzY27pC0ERP2LloEI3AOwYzYA9Izck2GN78e6g1Le/vwHwV\nGLgGzQt+U/J4wl9YcSnJDeWskekcMDuplS+qVfPy1dNInbNhmvLqnrLHN+z3gwme\nugscrnZ9hO+UmC5uQzRC/U//ZSI8Lln7YQ4iRgN4F31HcgC+0fGDg6K04kAI5zsW\nvzs5ArSv2l8QN3eEdGDMso8Hyvdrpz0V4y3RCd5RkQKBgQD0QvkEfdLOdo3mhegc\nXxJALe8e/BwZjDQTet/PengKCHKrElVqeIJxPCE2K19mBDUnppIWxMKcdoObY1Dp\njrCv+0tS1dSTq51Gq+ZzwfX/e91oFa4W/r5iu7o7MIOtQOdNwl6vth+tmgi2WZIE\nZXr64FT5l8TwfJ7W7Up5Gkv/8QKBgQDrxW6bSq+lfqASk/AEG5khVc6McgMuYogK\nP4EkUiVB9SS4V/1Yr45k8MKarEeqxAnvUS0T1nwwnLiJQYETEgQoZmjg2GdPVp8h\nm5bEHOt9k46IkGCYPaTWYUWJMRzZ+DmckN6glcmTylXtaK3VMGVll06Iu4e6n4uB\nr468MXubtQKBgQDdqCjxunyif1Ml7j5EAMI/G2/zXjThuilHxCl1zl1APYpRU8HP\nbKxytW4uCg34NblG0hGgN82izql/SRET4TjVeeVQtlrB5upCR5xJT6o8vdqdqY7h\nryp1zoWhUNUtU8iS99+U9GCq2S0uzPmEo9KF9y0lkmRVF8HMqGj8nLB7AQKBgFjW\nXaTZ8XEUU1BsucVyeLKc2GUHGLfDnKrv3sNGyI8fxaRIU0e1bpwOM+WAAMkRcQTh\nu3B8IvNWOhpNukrrQPHQFLiUEelNJEzPiXF/zCPXE5/VdvAmWhQFNuRIwyxGYb7i\nv2AW0IuFc/cuuEFaKPqsloTi1HO3ZiOJeOjkZET5AoGBAOKG5CJy3jmv18KwKT0p\n/yR1HDKm/K1X4yVoGYAJ0w/rUeDU+571qsmiGmsV7bX6CSU0k6OuRQY/qjIHxa0u\nj5dO4eMOk/35nHQ95/kwuQldYh/attY7aPfUr5ug8a+TsTYQl9mKFiwUsR2UrHr3\nC9JBMPSx0GfYm2F2MhT1CtDL\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/quadlet_demo.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDgjCCAmqgAwIBAgIQUMrLn14nRUG5OhoAj1dTkDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNTBj\nYWNiOWYtNWUyNzQ1NDEtYjkzYTFhMDAtOGY1NzUzOGYwHhcNMjQwNzEwMDQ1MzEx\nWhcNMjUwNzEwMDQ1MzExWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDg9dupssT+M/t6v6oTUJkg1JQ4MBth8CLt\nj0qk9xlDIycSyot7jDIbS9dR3pcM3t8/W85PnffCI2dd63gwiCxKv2zT4Dr85uBp\nhotYXC4B+Y//KtM4p42OKDWypLFjM7hjsxyvSggZSnlDVrGaECHxZNNerYF8+dWP\nQUc5HC5pzgKOI5DEk+RINmr8vUNck5VKem/zgG9D8wuGw6zc/Fv7YTbYyeYo64n5\nJNeYEyh5s0vddMq9h+/tMmCJAGibQ0FUQU0FDsjPt78Rb52mMAefBsGnWexSaxq1\neo5+vaLefwPUTyxbNzcSi8yqjUm0br4NTPXeDODCAHabzAi1feBlAgMBAAGjgZMw\ngZAwCwYDVR0PBAQDAgWgMBQGA1UdEQQNMAuCCWxvY2FsaG9zdDAdBgNVHSUEFjAU\nBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUIlA1\nCJRENkeXRxLO7q0/P5B1NdIwHwYDVR0jBBgwFoAUTtgWvqW3aRbYSv3YjDyS3NzD\nCeUwDQYJKoZIhvcNAQELBQADggEBAAM1jMlnxH/jCXYN2y5laCMK8SkOTSGsgabK\nyG5Nbad5TEspJNpxIgFYuJlqRUTJo0TnTSMl54TmFS0KztpxmA0fImPmz+42LQpZ\nUmEht6qu4/65nBiyRQp0WFL65PKjOYO80DhZr5KA4uK9VY3WTYKaebFuhcVMg4tg\nVmMY3/AR2DzQsR1c/xa3ykqHpRwONjEbbe1TdCseDbQ3FyJ2lcMpDIaqPmu25Ssd\nITwBwMMBxvjcuXWPZxX7el71xQX1ICWN4744uLj5wpDiLvvI5LJpTKvrlXzc41ik\nuDb1e3cZ+iaueEt9v4XmZD0ep4iOKd11Qwjpuswgl7Zjc4KD6CE=\n-----END CERTIFICATE-----\n'}) => {
"ansible_loop_var": "item",
"changed": false,
"cmd": [
"getcert",
"stop-tracking",
"-f",
"/etc/pki/tls/certs/quadlet_demo.crt"
],
"delta": "0:00:00.029230",
"end": "2024-07-10 04:53:13.106992",
"item": {
"ca": "/etc/pki/tls/certs/quadlet_demo.crt",
"ca_content": "-----BEGIN CERTIFICATE-----\nMIIDgjCCAmqgAwIBAgIQUMrLn14nRUG5OhoAj1dTkDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNTBj\nYWNiOWYtNWUyNzQ1NDEtYjkzYTFhMDAtOGY1NzUzOGYwHhcNMjQwNzEwMDQ1MzEx\nWhcNMjUwNzEwMDQ1MzExWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDg9dupssT+M/t6v6oTUJkg1JQ4MBth8CLt\nj0qk9xlDIycSyot7jDIbS9dR3pcM3t8/W85PnffCI2dd63gwiCxKv2zT4Dr85uBp\nhotYXC4B+Y//KtM4p42OKDWypLFjM7hjsxyvSggZSnlDVrGaECHxZNNerYF8+dWP\nQUc5HC5pzgKOI5DEk+RINmr8vUNck5VKem/zgG9D8wuGw6zc/Fv7YTbYyeYo64n5\nJNeYEyh5s0vddMq9h+/tMmCJAGibQ0FUQU0FDsjPt78Rb52mMAefBsGnWexSaxq1\neo5+vaLefwPUTyxbNzcSi8yqjUm0br4NTPXeDODCAHabzAi1feBlAgMBAAGjgZMw\ngZAwCwYDVR0PBAQDAgWgMBQGA1UdEQQNMAuCCWxvY2FsaG9zdDAdBgNVHSUEFjAU\nBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUIlA1\nCJRENkeXRxLO7q0/P5B1NdIwHwYDVR0jBBgwFoAUTtgWvqW3aRbYSv3YjDyS3NzD\nCeUwDQYJKoZIhvcNAQELBQADggEBAAM1jMlnxH/jCXYN2y5laCMK8SkOTSGsgabK\nyG5Nbad5TEspJNpxIgFYuJlqRUTJo0TnTSMl54TmFS0KztpxmA0fImPmz+42LQpZ\nUmEht6qu4/65nBiyRQp0WFL65PKjOYO80DhZr5KA4uK9VY3WTYKaebFuhcVMg4tg\nVmMY3/AR2DzQsR1c/xa3ykqHpRwONjEbbe1TdCseDbQ3FyJ2lcMpDIaqPmu25Ssd\nITwBwMMBxvjcuXWPZxX7el71xQX1ICWN4744uLj5wpDiLvvI5LJpTKvrlXzc41ik\nuDb1e3cZ+iaueEt9v4XmZD0ep4iOKd11Qwjpuswgl7Zjc4KD6CE=\n-----END CERTIFICATE-----\n",
"cert": "/etc/pki/tls/certs/quadlet_demo.crt",
"cert_content": "-----BEGIN CERTIFICATE-----\nMIIDgjCCAmqgAwIBAgIQUMrLn14nRUG5OhoAj1dTkDANBgkqhkiG9w0BAQsFADBQ\nMSAwHgYDVQQDDBdMb2NhbCBTaWduaW5nIEF1dGhvcml0eTEsMCoGA1UEAwwjNTBj\nYWNiOWYtNWUyNzQ1NDEtYjkzYTFhMDAtOGY1NzUzOGYwHhcNMjQwNzEwMDQ1MzEx\nWhcNMjUwNzEwMDQ1MzExWjAUMRIwEAYDVQQDEwlsb2NhbGhvc3QwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDg9dupssT+M/t6v6oTUJkg1JQ4MBth8CLt\nj0qk9xlDIycSyot7jDIbS9dR3pcM3t8/W85PnffCI2dd63gwiCxKv2zT4Dr85uBp\nhotYXC4B+Y//KtM4p42OKDWypLFjM7hjsxyvSggZSnlDVrGaECHxZNNerYF8+dWP\nQUc5HC5pzgKOI5DEk+RINmr8vUNck5VKem/zgG9D8wuGw6zc/Fv7YTbYyeYo64n5\nJNeYEyh5s0vddMq9h+/tMmCJAGibQ0FUQU0FDsjPt78Rb52mMAefBsGnWexSaxq1\neo5+vaLefwPUTyxbNzcSi8yqjUm0br4NTPXeDODCAHabzAi1feBlAgMBAAGjgZMw\ngZAwCwYDVR0PBAQDAgWgMBQGA1UdEQQNMAuCCWxvY2FsaG9zdDAdBgNVHSUEFjAU\nBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUIlA1\nCJRENkeXRxLO7q0/P5B1NdIwHwYDVR0jBBgwFoAUTtgWvqW3aRbYSv3YjDyS3NzD\nCeUwDQYJKoZIhvcNAQELBQADggEBAAM1jMlnxH/jCXYN2y5laCMK8SkOTSGsgabK\nyG5Nbad5TEspJNpxIgFYuJlqRUTJo0TnTSMl54TmFS0KztpxmA0fImPmz+42LQpZ\nUmEht6qu4/65nBiyRQp0WFL65PKjOYO80DhZr5KA4uK9VY3WTYKaebFuhcVMg4tg\nVmMY3/AR2DzQsR1c/xa3ykqHpRwONjEbbe1TdCseDbQ3FyJ2lcMpDIaqPmu25Ssd\nITwBwMMBxvjcuXWPZxX7el71xQX1ICWN4744uLj5wpDiLvvI5LJpTKvrlXzc41ik\nuDb1e3cZ+iaueEt9v4XmZD0ep4iOKd11Qwjpuswgl7Zjc4KD6CE=\n-----END CERTIFICATE-----\n",
"key": "/etc/pki/tls/private/quadlet_demo.key",
"key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDg9dupssT+M/t6\nv6oTUJkg1JQ4MBth8CLtj0qk9xlDIycSyot7jDIbS9dR3pcM3t8/W85PnffCI2dd\n63gwiCxKv2zT4Dr85uBphotYXC4B+Y//KtM4p42OKDWypLFjM7hjsxyvSggZSnlD\nVrGaECHxZNNerYF8+dWPQUc5HC5pzgKOI5DEk+RINmr8vUNck5VKem/zgG9D8wuG\nw6zc/Fv7YTbYyeYo64n5JNeYEyh5s0vddMq9h+/tMmCJAGibQ0FUQU0FDsjPt78R\nb52mMAefBsGnWexSaxq1eo5+vaLefwPUTyxbNzcSi8yqjUm0br4NTPXeDODCAHab\nzAi1feBlAgMBAAECggEAAlYzcawQdUaDdHc0tE4oRQnIP1wqkKYeqsKMBzIk4khl\nccHGWKJwa82qHyjVf1X6Ui1pM3UD25GkE3rsbO6hLSaXYg0Id9OLHbV+0YxlkvIt\nb3xZpNNCumkLA7/HsuzY27pC0ERP2LloEI3AOwYzYA9Izck2GN78e6g1Le/vwHwV\nGLgGzQt+U/J4wl9YcSnJDeWskekcMDuplS+qVfPy1dNInbNhmvLqnrLHN+z3gwme\nugscrnZ9hO+UmC5uQzRC/U//ZSI8Lln7YQ4iRgN4F31HcgC+0fGDg6K04kAI5zsW\nvzs5ArSv2l8QN3eEdGDMso8Hyvdrpz0V4y3RCd5RkQKBgQD0QvkEfdLOdo3mhegc\nXxJALe8e/BwZjDQTet/PengKCHKrElVqeIJxPCE2K19mBDUnppIWxMKcdoObY1Dp\njrCv+0tS1dSTq51Gq+ZzwfX/e91oFa4W/r5iu7o7MIOtQOdNwl6vth+tmgi2WZIE\nZXr64FT5l8TwfJ7W7Up5Gkv/8QKBgQDrxW6bSq+lfqASk/AEG5khVc6McgMuYogK\nP4EkUiVB9SS4V/1Yr45k8MKarEeqxAnvUS0T1nwwnLiJQYETEgQoZmjg2GdPVp8h\nm5bEHOt9k46IkGCYPaTWYUWJMRzZ+DmckN6glcmTylXtaK3VMGVll06Iu4e6n4uB\nr468MXubtQKBgQDdqCjxunyif1Ml7j5EAMI/G2/zXjThuilHxCl1zl1APYpRU8HP\nbKxytW4uCg34NblG0hGgN82izql/SRET4TjVeeVQtlrB5upCR5xJT6o8vdqdqY7h\nryp1zoWhUNUtU8iS99+U9GCq2S0uzPmEo9KF9y0lkmRVF8HMqGj8nLB7AQKBgFjW\nXaTZ8XEUU1BsucVyeLKc2GUHGLfDnKrv3sNGyI8fxaRIU0e1bpwOM+WAAMkRcQTh\nu3B8IvNWOhpNukrrQPHQFLiUEelNJEzPiXF/zCPXE5/VdvAmWhQFNuRIwyxGYb7i\nv2AW0IuFc/cuuEFaKPqsloTi1HO3ZiOJeOjkZET5AoGBAOKG5CJy3jmv18KwKT0p\n/yR1HDKm/K1X4yVoGYAJ0w/rUeDU+571qsmiGmsV7bX6CSU0k6OuRQY/qjIHxa0u\nj5dO4eMOk/35nHQ95/kwuQldYh/attY7aPfUr5ug8a+TsTYQl9mKFiwUsR2UrHr3\nC9JBMPSx0GfYm2F2MhT1CtDL\n-----END PRIVATE KEY-----\n"
},
"rc": 0,
"start": "2024-07-10 04:53:13.077762"
}
STDOUT:
Request "20240710045311" removed.
TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Wednesday 10 July 2024 04:53:13 +0000 (0:00:00.302) 0:00:15.683 ********
changed: [sut] => (item=/etc/pki/tls/certs/quadlet_demo.crt) => {
"ansible_loop_var": "item",
"changed": true,
"item": "/etc/pki/tls/certs/quadlet_demo.crt",
"path": "/etc/pki/tls/certs/quadlet_demo.crt",
"state": "absent"
}
changed: [sut] => (item=/etc/pki/tls/private/quadlet_demo.key) => {
"ansible_loop_var": "item",
"changed": true,
"item": "/etc/pki/tls/private/quadlet_demo.key",
"path": "/etc/pki/tls/private/quadlet_demo.key",
"state": "absent"
}
ok: [sut] => (item=/etc/pki/tls/certs/quadlet_demo.crt) => {
"ansible_loop_var": "item",
"changed": false,
"item": "/etc/pki/tls/certs/quadlet_demo.crt",
"path": "/etc/pki/tls/certs/quadlet_demo.crt",
"state": "absent"
}
TASK [Run the role] ************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:50
Wednesday 10 July 2024 04:53:13 +0000 (0:00:00.638) 0:00:16.322 ********
TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Wednesday 10 July 2024 04:53:13 +0000 (0:00:00.033) 0:00:16.355 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Wednesday 10 July 2024 04:53:13 +0000 (0:00:00.016) 0:00:16.372 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Wednesday 10 July 2024 04:53:13 +0000 (0:00:00.018) 0:00:16.391 ********
ok: [sut] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Wednesday 10 July 2024 04:53:14 +0000 (0:00:00.207) 0:00:16.598 ********
ok: [sut] => {
"ansible_facts": {
"__podman_is_ostree": false
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20
Wednesday 10 July 2024 04:53:14 +0000 (0:00:00.015) 0:00:16.613 ********
ok: [sut] => (item=RedHat.yml) => {
"ansible_facts": {
"__podman_packages": [
"podman",
"shadow-utils-subid"
]
},
"ansible_included_var_files": [
"/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [sut] => (item=Fedora.yml) => {
"ansible_facts": {
"__podman_packages": [
"iptables-nft",
"podman",
"shadow-utils-subid"
]
},
"ansible_included_var_files": [
"/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [sut] => (item=Fedora_40.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "Fedora_40.yml",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=Fedora_40.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "Fedora_40.yml",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Wednesday 10 July 2024 04:53:14 +0000 (0:00:00.025) 0:00:16.639 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Enable copr if requested] *************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Wednesday 10 July 2024 04:53:14 +0000 (0:00:00.900) 0:00:17.539 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_use_copr | d(false)",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Wednesday 10 July 2024 04:53:15 +0000 (0:00:00.026) 0:00:17.566 ********
changed: [sut] => {
"changed": true,
"rc": 0,
"results": [
"Installed: shadow-utils-subid-2:4.15.1-3.fc40.x86_64",
"Installed: crun-1.15-1.fc40.x86_64",
"Installed: libbsd-0.12.2-3.fc40.x86_64",
"Installed: libnet-1.3-3.fc40.x86_64",
"Installed: gvisor-tap-vsock-6:0.7.3-2.fc40.x86_64",
"Installed: gvisor-tap-vsock-gvforwarder-6:0.7.3-2.fc40.x86_64",
"Installed: aardvark-dns-1.11.0-1.fc40.x86_64",
"Installed: composefs-1.0.3-1.fc40.x86_64",
"Installed: criu-3.19-4.fc40.x86_64",
"Installed: yajl-2.1.0-23.fc40.x86_64",
"Installed: composefs-libs-1.0.3-1.fc40.x86_64",
"Installed: criu-libs-3.19-4.fc40.x86_64",
"Installed: catatonit-0.1.7-22.fc40.x86_64",
"Installed: libmd-1.1.0-4.fc40.x86_64",
"Installed: container-selinux-2:2.232.1-1.fc40.noarch",
"Installed: containers-common-5:0.59.1-2.fc40.noarch",
"Installed: containers-common-extra-5:0.59.1-2.fc40.noarch",
"Installed: netavark-1.11.0-1.fc40.x86_64",
"Installed: qemu-user-static-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-aarch64-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-alpha-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-arm-2:8.2.2-1.fc40.x86_64",
"Installed: conmon-2:2.1.10-1.fc40.x86_64",
"Installed: qemu-user-static-cris-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-hexagon-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-loongarch64-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-m68k-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-hppa-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-microblaze-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-mips-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-nios2-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-or1k-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-ppc-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-riscv-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-s390x-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-sh4-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-sparc-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-x86-2:8.2.2-1.fc40.x86_64",
"Installed: qemu-user-static-xtensa-2:8.2.2-1.fc40.x86_64",
"Installed: podman-5:5.1.1-1.fc40.x86_64",
"Installed: passt-0^20240624.g1ee2eca-1.fc40.x86_64",
"Installed: passt-selinux-0^20240624.g1ee2eca-1.fc40.noarch"
]
}
TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22
Wednesday 10 July 2024 04:54:47 +0000 (0:01:32.952) 0:01:50.518 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"--version"
],
"delta": "0:00:00.033187",
"end": "2024-07-10 04:54:48.183883",
"rc": 0,
"start": "2024-07-10 04:54:48.150696"
}
STDOUT:
podman version 5.1.1
TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Wednesday 10 July 2024 04:54:48 +0000 (0:00:00.248) 0:01:50.767 ********
ok: [sut] => {
"ansible_facts": {
"podman_version": "5.1.1"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32
Wednesday 10 July 2024 04:54:48 +0000 (0:00:00.019) 0:01:50.787 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_version is version(\"4.2\", \"<\")",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39
Wednesday 10 July 2024 04:54:48 +0000 (0:00:00.019) 0:01:50.806 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_version is version(\"4.4\", \"<\")",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49
Wednesday 10 July 2024 04:54:48 +0000 (0:00:00.045) 0:01:50.851 ********
META: end_host conditional evaluated to False, continuing execution for sut
skipping: [sut] => {
"skip_reason": "end_host conditional evaluated to False, continuing execution for sut"
}
MSG:
end_host conditional evaluated to false, continuing execution for sut
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Wednesday 10 July 2024 04:54:48 +0000 (0:00:00.046) 0:01:50.897 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Wednesday 10 July 2024 04:54:48 +0000 (0:00:00.056) 0:01:50.953 ********
ok: [sut] => {
"ansible_facts": {
"getent_passwd": {
"root": [
"x",
"0",
"0",
"Super User",
"/root",
"/bin/bash"
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Wednesday 10 July 2024 04:54:48 +0000 (0:00:00.281) 0:01:51.235 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Wednesday 10 July 2024 04:54:48 +0000 (0:00:00.021) 0:01:51.257 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Wednesday 10 July 2024 04:54:48 +0000 (0:00:00.027) 0:01:51.284 ********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Wednesday 10 July 2024 04:54:48 +0000 (0:00:00.229) 0:01:51.514 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Wednesday 10 July 2024 04:54:48 +0000 (0:00:00.026) 0:01:51.540 ********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1716422400.0,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720587229.297673,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-pie-executable",
"mode": "0755",
"mtime": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "3538107906",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.222) 0:01:51.763 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check group with getsubids] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.018) 0:01:51.781 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.017) 0:01:51.799 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.018) 0:01:51.817 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.016) 0:01:51.834 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.016) 0:01:51.850 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.016) 0:01:51.867 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.015) 0:01:51.883 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set config file paths] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.016) 0:01:51.899 ********
ok: [sut] => {
"ansible_facts": {
"__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf",
"__podman_policy_json_file": "/etc/containers/policy.json",
"__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf",
"__podman_storage_conf_file": "/etc/containers/storage.conf"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.035) 0:01:51.934 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.034) 0:01:51.969 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_containers_conf | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.043) 0:01:52.012 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_containers_conf | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.019) 0:01:52.032 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.036) 0:01:52.068 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_registries_conf | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.019) 0:01:52.087 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_registries_conf | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.019) 0:01:52.107 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.037) 0:01:52.144 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_storage_conf | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.020) 0:01:52.164 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_storage_conf | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.019) 0:01:52.184 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.038) 0:01:52.222 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_policy_json | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.024) 0:01:52.246 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_policy_json | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.019) 0:01:52.266 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_policy_json | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.018) 0:01:52.284 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_policy_json | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [Manage firewall for specified ports] *************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.018) 0:01:52.303 ********
TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.089) 0:01:52.393 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut
TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.032) 0:01:52.425 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Wednesday 10 July 2024 04:54:49 +0000 (0:00:00.023) 0:01:52.449 ********
ok: [sut] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Wednesday 10 July 2024 04:54:50 +0000 (0:00:00.215) 0:01:52.665 ********
ok: [sut] => {
"ansible_facts": {
"__firewall_is_ostree": false
},
"changed": false
}
TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19
Wednesday 10 July 2024 04:54:50 +0000 (0:00:00.022) 0:01:52.687 ********
ok: [sut] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Wednesday 10 July 2024 04:54:51 +0000 (0:00:01.385) 0:01:54.073 ********
skipping: [sut] => {
"changed": false,
"false_condition": "firewall_disable_conflicting_services | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 10 July 2024 04:54:51 +0000 (0:00:00.018) 0:01:54.091 ********
skipping: [sut] => (item=nftables) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall_disable_conflicting_services | bool",
"item": "nftables",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=iptables) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall_disable_conflicting_services | bool",
"item": "iptables",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=ufw) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall_disable_conflicting_services | bool",
"item": "ufw",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => {
"changed": false
}
MSG:
All items skipped
TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Wednesday 10 July 2024 04:54:51 +0000 (0:00:00.020) 0:01:54.112 ********
ok: [sut] => {
"changed": false,
"name": "firewalld",
"status": {
"AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "dbus.socket system.slice dbus-broker.service polkit.service sysinit.target basic.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "network-pre.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"BusName": "org.fedoraproject.FirewallD1",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "yes",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "ipset.service nftables.service ebtables.service ip6tables.service shutdown.target iptables.service",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "firewalld - dynamic firewall daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:firewalld(1)\"",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/firewalld.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "firewalld.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "mixed",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "3349856256",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"MemoryZSwapMax": "infinity",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "firewalld.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target dbus.socket",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardOutput": "null",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "45s",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "dbus",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "enabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "network-pre.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Wednesday 10 July 2024 04:54:51 +0000 (0:00:00.393) 0:01:54.505 ********
changed: [sut] => {
"changed": true,
"enabled": true,
"name": "firewalld",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "dbus-broker.service basic.target polkit.service sysinit.target system.slice dbus.socket",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "network-pre.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"BusName": "org.fedoraproject.FirewallD1",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "yes",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "iptables.service ip6tables.service shutdown.target ipset.service nftables.service ebtables.service",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "firewalld - dynamic firewall daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:firewalld(1)\"",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/firewalld.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "firewalld.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "mixed",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "3351429120",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"MemoryZSwapMax": "infinity",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "firewalld.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice dbus.socket",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardOutput": "null",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "45s",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "dbus",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "enabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"Wants": "network-pre.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Wednesday 10 July 2024 04:54:54 +0000 (0:00:02.439) 0:01:56.945 ********
ok: [sut] => {
"ansible_facts": {
"__firewall_previous_replaced": false,
"__firewall_python_cmd": "/usr/bin/python3",
"__firewall_report_changed": true
},
"changed": false
}
TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Wednesday 10 July 2024 04:54:54 +0000 (0:00:00.026) 0:01:56.971 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__firewall_previous_replaced | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Wednesday 10 July 2024 04:54:54 +0000 (0:00:00.018) 0:01:56.989 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__firewall_previous_replaced | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Wednesday 10 July 2024 04:54:54 +0000 (0:00:00.017) 0:01:57.007 ********
changed: [sut] => (item={'port': '8000/tcp', 'state': 'enabled'}) => {
"__firewall_changed": true,
"ansible_loop_var": "item",
"changed": true,
"item": {
"port": "8000/tcp",
"state": "enabled"
}
}
changed: [sut] => (item={'port': '9000/tcp', 'state': 'enabled'}) => {
"__firewall_changed": true,
"ansible_loop_var": "item",
"changed": true,
"item": {
"port": "9000/tcp",
"state": "enabled"
}
}
TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Wednesday 10 July 2024 04:54:55 +0000 (0:00:01.452) 0:01:58.459 ********
skipping: [sut] => (item={'port': '8000/tcp', 'state': 'enabled'}) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall | length == 1",
"item": {
"port": "8000/tcp",
"state": "enabled"
},
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item={'port': '9000/tcp', 'state': 'enabled'}) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall | length == 1",
"item": {
"port": "9000/tcp",
"state": "enabled"
},
"skip_reason": "Conditional result was False"
}
skipping: [sut] => {
"changed": false
}
MSG:
All items skipped
TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Wednesday 10 July 2024 04:54:55 +0000 (0:00:00.029) 0:01:58.489 ********
skipping: [sut] => {
"changed": false,
"false_condition": "firewall | length == 1",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Wednesday 10 July 2024 04:54:55 +0000 (0:00:00.020) 0:01:58.509 ********
skipping: [sut] => {
"changed": false,
"false_condition": "firewall == None or firewall | length == 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Wednesday 10 July 2024 04:54:55 +0000 (0:00:00.020) 0:01:58.529 ********
skipping: [sut] => {
"changed": false,
"false_condition": "firewall == None or firewall | length == 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Wednesday 10 July 2024 04:54:55 +0000 (0:00:00.021) 0:01:58.551 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__firewall_previous_replaced | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Wednesday 10 July 2024 04:54:56 +0000 (0:00:00.060) 0:01:58.611 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__firewall_previous_replaced | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Wednesday 10 July 2024 04:54:56 +0000 (0:00:00.019) 0:01:58.631 ********
skipping: [sut] => {
"false_condition": "__firewall_previous_replaced | bool"
}
TASK [Manage selinux for specified ports] **************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93
Wednesday 10 July 2024 04:54:56 +0000 (0:00:00.034) 0:01:58.665 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_selinux_ports | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100
Wednesday 10 July 2024 04:54:56 +0000 (0:00:00.019) 0:01:58.685 ********
ok: [sut] => {
"ansible_facts": {
"__podman_cancel_user_linger": []
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Wednesday 10 July 2024 04:54:56 +0000 (0:00:00.022) 0:01:58.707 ********
skipping: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Handle credential files - present] ****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113
Wednesday 10 July 2024 04:54:56 +0000 (0:00:00.016) 0:01:58.724 ********
skipping: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Handle secrets] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122
Wednesday 10 July 2024 04:54:56 +0000 (0:00:00.021) 0:01:58.746 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log))
TASK [fedora.linux_system_roles.podman : Set variables part 1] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3
Wednesday 10 July 2024 04:54:56 +0000 (0:00:00.076) 0:01:58.822 ********
ok: [sut] => {
"ansible_facts": {
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set variables part 2] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7
Wednesday 10 July 2024 04:54:56 +0000 (0:00:00.023) 0:01:58.846 ********
ok: [sut] => {
"ansible_facts": {
"__podman_rootless": false,
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13
Wednesday 10 July 2024 04:54:56 +0000 (0:00:00.025) 0:01:58.871 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:54:56 +0000 (0:00:00.030) 0:01:58.902 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:54:56 +0000 (0:00:00.018) 0:01:58.920 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:54:56 +0000 (0:00:00.019) 0:01:58.940 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18
Wednesday 10 July 2024 04:54:56 +0000 (0:00:00.020) 0:01:58.960 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Manage each secret] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34
Wednesday 10 July 2024 04:54:56 +0000 (0:00:00.019) 0:01:58.979 ********
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Set variables part 1] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.687) 0:01:59.667 ********
ok: [sut] => {
"ansible_facts": {
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set variables part 2] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.022) 0:01:59.689 ********
ok: [sut] => {
"ansible_facts": {
"__podman_rootless": false,
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.027) 0:01:59.717 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.041) 0:01:59.759 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.033) 0:01:59.792 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.021) 0:01:59.813 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.019) 0:01:59.832 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Manage each secret] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.020) 0:01:59.853 ********
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Set variables part 1] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.352) 0:02:00.206 ********
ok: [sut] => {
"ansible_facts": {
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set variables part 2] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.021) 0:02:00.228 ********
ok: [sut] => {
"ansible_facts": {
"__podman_rootless": false,
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.035) 0:02:00.263 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.035) 0:02:00.298 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.019) 0:02:00.318 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.018) 0:02:00.336 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.018) 0:02:00.355 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Manage each secret] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34
Wednesday 10 July 2024 04:54:57 +0000 (0:00:00.018) 0:02:00.373 ********
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129
Wednesday 10 July 2024 04:54:58 +0000 (0:00:00.356) 0:02:00.730 ********
skipping: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136
Wednesday 10 July 2024 04:54:58 +0000 (0:00:00.059) 0:02:00.790 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Wednesday 10 July 2024 04:54:58 +0000 (0:00:00.097) 0:02:00.887 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_file_src": "quadlet-demo.network",
"__podman_quadlet_spec": {},
"__podman_quadlet_str": "[Network]\nSubnet=192.168.30.0/24\nGateway=192.168.30.1\nLabel=app=wordpress",
"__podman_quadlet_template_src": ""
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Wednesday 10 July 2024 04:54:58 +0000 (0:00:00.039) 0:02:00.927 ********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "created",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Wednesday 10 July 2024 04:54:58 +0000 (0:00:00.026) 0:02:00.953 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Wednesday 10 July 2024 04:54:58 +0000 (0:00:00.019) 0:02:00.973 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_name": "quadlet-demo",
"__podman_quadlet_type": "network",
"__podman_rootless": false
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Wednesday 10 July 2024 04:54:58 +0000 (0:00:00.033) 0:02:01.007 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Wednesday 10 July 2024 04:54:58 +0000 (0:00:00.040) 0:02:01.047 ********
skipping: [sut] => {
"changed": false,
"false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Wednesday 10 July 2024 04:54:58 +0000 (0:00:00.032) 0:02:01.079 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Wednesday 10 July 2024 04:54:58 +0000 (0:00:00.028) 0:02:01.108 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Wednesday 10 July 2024 04:54:58 +0000 (0:00:00.033) 0:02:01.141 ********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Wednesday 10 July 2024 04:54:58 +0000 (0:00:00.233) 0:02:01.375 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Wednesday 10 July 2024 04:54:58 +0000 (0:00:00.029) 0:02:01.405 ********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720587289.1717014,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720587229.297673,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-pie-executable",
"mode": "0755",
"mtime": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "3538107906",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.231) 0:02:01.636 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check group with getsubids] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.019) 0:02:01.656 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.024) 0:02:01.680 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.021) 0:02:01.701 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.051) 0:02:01.753 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.020) 0:02:01.773 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.018) 0:02:01.791 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.019) 0:02:01.811 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.035) 0:02:01.846 ********
ok: [sut] => {
"ansible_facts": {
"__podman_activate_systemd_unit": true,
"__podman_images_found": [],
"__podman_kube_yamls_raw": "",
"__podman_service_name": "quadlet-demo-network.service",
"__podman_systemd_scope": "system",
"__podman_user_home_dir": "/root",
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.055) 0:02:01.902 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.036) 0:02:01.938 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_kube_yamls_raw | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.025) 0:02:01.963 ********
ok: [sut] => {
"ansible_facts": {
"__podman_images": [],
"__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.network",
"__podman_volumes": []
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.053) 0:02:02.017 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Cleanup quadlets] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.025) 0:02:02.042 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state == \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.019) 0:02:02.061 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.041) 0:02:02.103 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.031) 0:02:02.134 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.018) 0:02:02.152 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.024) 0:02:02.177 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.018) 0:02:02.195 ********
skipping: [sut] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.076) 0:02:02.272 ********
skipping: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.031) 0:02:02.303 ********
ok: [sut] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/containers/systemd",
"secontext": "system_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48
Wednesday 10 July 2024 04:54:59 +0000 (0:00:00.245) 0:02:02.548 ********
changed: [sut] => {
"changed": true,
"checksum": "e57c08d49aff4bae8daab138d913aeddaa8682a0",
"dest": "/etc/containers/systemd/quadlet-demo.network",
"gid": 0,
"group": "root",
"md5sum": "061f3cf318cbd8ab5794bb1173831fb8",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 74,
"src": "/root/.ansible/tmp/ansible-tmp-1720587300.0373554-11950-194652240729493/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58
Wednesday 10 July 2024 04:55:00 +0000 (0:00:00.622) 0:02:03.170 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70
Wednesday 10 July 2024 04:55:00 +0000 (0:00:00.019) 0:02:03.190 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_copy_file is skipped",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82
Wednesday 10 July 2024 04:55:00 +0000 (0:00:00.018) 0:02:03.208 ********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
Wednesday 10 July 2024 04:55:01 +0000 (0:00:00.663) 0:02:03.872 ********
changed: [sut] => {
"changed": true,
"name": "quadlet-demo-network.service",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "system.slice basic.target systemd-journald.socket -.mount sysinit.target",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "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": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "quadlet-demo-network.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman network create --ignore --subnet=192.168.30.0/24 --gateway=192.168.30.1 --label app=wordpress systemd-quadlet-demo ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman network create --ignore --subnet=192.168.30.0/24 --gateway=192.168.30.1 --label app=wordpress systemd-quadlet-demo ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/run/systemd/generator/quadlet-demo-network.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo-network.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "3445813248",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"MemoryZSwapMax": "infinity",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "quadlet-demo-network.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "yes",
"RemoveIPC": "no",
"Requires": "system.slice -.mount sysinit.target",
"RequiresMountsFor": "/run/containers",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"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]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo-network",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "infinity",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "oneshot",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125
Wednesday 10 July 2024 04:55:01 +0000 (0:00:00.454) 0:02:04.326 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_service_started is changed",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Wednesday 10 July 2024 04:55:01 +0000 (0:00:00.021) 0:02:04.348 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_file_src": "quadlet-demo-mysql.volume",
"__podman_quadlet_spec": {},
"__podman_quadlet_str": "[Volume]",
"__podman_quadlet_template_src": ""
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Wednesday 10 July 2024 04:55:01 +0000 (0:00:00.029) 0:02:04.377 ********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "created",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Wednesday 10 July 2024 04:55:01 +0000 (0:00:00.027) 0:02:04.405 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Wednesday 10 July 2024 04:55:01 +0000 (0:00:00.022) 0:02:04.427 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_name": "quadlet-demo-mysql",
"__podman_quadlet_type": "volume",
"__podman_rootless": false
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Wednesday 10 July 2024 04:55:01 +0000 (0:00:00.034) 0:02:04.462 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Wednesday 10 July 2024 04:55:01 +0000 (0:00:00.040) 0:02:04.502 ********
skipping: [sut] => {
"changed": false,
"false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Wednesday 10 July 2024 04:55:01 +0000 (0:00:00.023) 0:02:04.526 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Wednesday 10 July 2024 04:55:01 +0000 (0:00:00.021) 0:02:04.547 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.028) 0:02:04.576 ********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.227) 0:02:04.804 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.059) 0:02:04.863 ********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720587289.1717014,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720587229.297673,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-pie-executable",
"mode": "0755",
"mtime": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "3538107906",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.229) 0:02:05.093 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check group with getsubids] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.034) 0:02:05.127 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.021) 0:02:05.149 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.023) 0:02:05.172 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.033) 0:02:05.205 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.020) 0:02:05.226 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.021) 0:02:05.248 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.019) 0:02:05.267 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.020) 0:02:05.288 ********
ok: [sut] => {
"ansible_facts": {
"__podman_activate_systemd_unit": true,
"__podman_images_found": [],
"__podman_kube_yamls_raw": "",
"__podman_service_name": "quadlet-demo-mysql-volume.service",
"__podman_systemd_scope": "system",
"__podman_user_home_dir": "/root",
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.050) 0:02:05.339 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.023) 0:02:05.362 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_kube_yamls_raw | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.022) 0:02:05.385 ********
ok: [sut] => {
"ansible_facts": {
"__podman_images": [],
"__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo-mysql.volume",
"__podman_volumes": []
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.046) 0:02:05.431 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Cleanup quadlets] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.024) 0:02:05.455 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state == \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.018) 0:02:05.474 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2
Wednesday 10 July 2024 04:55:02 +0000 (0:00:00.039) 0:02:05.514 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:55:03 +0000 (0:00:00.066) 0:02:05.581 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:55:03 +0000 (0:00:00.019) 0:02:05.601 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:55:03 +0000 (0:00:00.018) 0:02:05.619 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7
Wednesday 10 July 2024 04:55:03 +0000 (0:00:00.019) 0:02:05.638 ********
skipping: [sut] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
Wednesday 10 July 2024 04:55:03 +0000 (0:00:00.017) 0:02:05.655 ********
skipping: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39
Wednesday 10 July 2024 04:55:03 +0000 (0:00:00.019) 0:02:05.675 ********
ok: [sut] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/containers/systemd",
"secontext": "system_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48
Wednesday 10 July 2024 04:55:03 +0000 (0:00:00.237) 0:02:05.912 ********
changed: [sut] => {
"changed": true,
"checksum": "585f8cbdf0ec73000f9227dcffbef71e9552ea4a",
"dest": "/etc/containers/systemd/quadlet-demo-mysql.volume",
"gid": 0,
"group": "root",
"md5sum": "5ddd03a022aeb4502d9bc8ce436b4233",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 9,
"src": "/root/.ansible/tmp/ansible-tmp-1720587303.39899-12002-61072948588162/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58
Wednesday 10 July 2024 04:55:03 +0000 (0:00:00.580) 0:02:06.492 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70
Wednesday 10 July 2024 04:55:03 +0000 (0:00:00.020) 0:02:06.512 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_copy_file is skipped",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82
Wednesday 10 July 2024 04:55:03 +0000 (0:00:00.018) 0:02:06.531 ********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
Wednesday 10 July 2024 04:55:04 +0000 (0:00:00.659) 0:02:07.191 ********
changed: [sut] => {
"changed": true,
"name": "quadlet-demo-mysql-volume.service",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target sysinit.target system.slice systemd-journald.socket -.mount",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "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": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "quadlet-demo-mysql-volume.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-demo-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-demo-mysql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/run/systemd/generator/quadlet-demo-mysql-volume.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo-mysql-volume.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "3438981120",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"MemoryZSwapMax": "infinity",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "quadlet-demo-mysql-volume.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "yes",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice -.mount",
"RequiresMountsFor": "/run/containers",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"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]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo-mysql-volume",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "infinity",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "oneshot",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.457) 0:02:07.648 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_service_started is changed",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.020) 0:02:07.669 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_file_src": "",
"__podman_quadlet_spec": {},
"__podman_quadlet_str": "[Install]\nWantedBy=default.target\n\n[Container]\nImage=quay.io/linux-system-roles/mysql:5.6\nContainerName=quadlet-demo-mysql\nVolume=quadlet-demo-mysql.volume:/var/lib/mysql\nVolume=/tmp/quadlet_demo:/var/lib/quadlet_demo:Z\nNetwork=quadlet-demo.network\nSecret=mysql-root-password-container,type=env,target=MYSQL_ROOT_PASSWORD\nHealthCmd=/usr/bin/true\nHealthOnFailure=kill\n",
"__podman_quadlet_template_src": "quadlet-demo-mysql.container.j2"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.058) 0:02:07.728 ********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "created",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.024) 0:02:07.753 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_str",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.019) 0:02:07.773 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_name": "quadlet-demo-mysql",
"__podman_quadlet_type": "container",
"__podman_rootless": false
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.028) 0:02:07.801 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.070) 0:02:07.872 ********
skipping: [sut] => {
"changed": false,
"false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.023) 0:02:07.896 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.023) 0:02:07.920 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.026) 0:02:07.947 ********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.225) 0:02:08.172 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.028) 0:02:08.201 ********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720587289.1717014,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720587229.297673,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-pie-executable",
"mode": "0755",
"mtime": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "3538107906",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.222) 0:02:08.423 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check group with getsubids] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.019) 0:02:08.443 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.018) 0:02:08.461 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.019) 0:02:08.480 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.018) 0:02:08.498 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.018) 0:02:08.517 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Wednesday 10 July 2024 04:55:05 +0000 (0:00:00.018) 0:02:08.535 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Wednesday 10 July 2024 04:55:06 +0000 (0:00:00.017) 0:02:08.553 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Wednesday 10 July 2024 04:55:06 +0000 (0:00:00.018) 0:02:08.571 ********
ok: [sut] => {
"ansible_facts": {
"__podman_activate_systemd_unit": true,
"__podman_images_found": [
"quay.io/linux-system-roles/mysql:5.6"
],
"__podman_kube_yamls_raw": "",
"__podman_service_name": "quadlet-demo-mysql.service",
"__podman_systemd_scope": "system",
"__podman_user_home_dir": "/root",
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Wednesday 10 July 2024 04:55:06 +0000 (0:00:00.034) 0:02:08.605 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Wednesday 10 July 2024 04:55:06 +0000 (0:00:00.023) 0:02:08.628 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_kube_yamls_raw | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Wednesday 10 July 2024 04:55:06 +0000 (0:00:00.021) 0:02:08.649 ********
ok: [sut] => {
"ansible_facts": {
"__podman_images": [
"quay.io/linux-system-roles/mysql:5.6"
],
"__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo-mysql.container",
"__podman_volumes": [
"/tmp/quadlet_demo"
]
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Wednesday 10 July 2024 04:55:06 +0000 (0:00:00.047) 0:02:08.697 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Cleanup quadlets] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Wednesday 10 July 2024 04:55:06 +0000 (0:00:00.066) 0:02:08.763 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state == \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Wednesday 10 July 2024 04:55:06 +0000 (0:00:00.020) 0:02:08.783 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2
Wednesday 10 July 2024 04:55:06 +0000 (0:00:00.042) 0:02:08.826 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:55:06 +0000 (0:00:00.031) 0:02:08.858 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:55:06 +0000 (0:00:00.018) 0:02:08.876 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:55:06 +0000 (0:00:00.018) 0:02:08.894 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7
Wednesday 10 July 2024 04:55:06 +0000 (0:00:00.017) 0:02:08.912 ********
changed: [sut] => (item=/tmp/quadlet_demo) => {
"ansible_loop_var": "item",
"changed": true,
"gid": 0,
"group": "root",
"item": "/tmp/quadlet_demo",
"mode": "0777",
"owner": "root",
"path": "/tmp/quadlet_demo",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 40,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
Wednesday 10 July 2024 04:55:06 +0000 (0:00:00.236) 0:02:09.148 ********
changed: [sut] => (item=None) => {
"attempts": 1,
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39
Wednesday 10 July 2024 04:55:15 +0000 (0:00:08.538) 0:02:17.687 ********
ok: [sut] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/containers/systemd",
"secontext": "system_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48
Wednesday 10 July 2024 04:55:15 +0000 (0:00:00.243) 0:02:17.931 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_file_src | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58
Wednesday 10 July 2024 04:55:15 +0000 (0:00:00.019) 0:02:17.950 ********
changed: [sut] => {
"changed": true,
"checksum": "7bf9312d57274d4dabbd222b01717e2cc0cfa0ed",
"dest": "/etc/containers/systemd/quadlet-demo-mysql.container",
"gid": 0,
"group": "root",
"md5sum": "f1cd3875deb45b806389825bb4b5ad4a",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 367,
"src": "/root/.ansible/tmp/ansible-tmp-1720587315.4358099-12057-215434804884900/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70
Wednesday 10 July 2024 04:55:15 +0000 (0:00:00.565) 0:02:18.516 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_copy_content is skipped",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82
Wednesday 10 July 2024 04:55:15 +0000 (0:00:00.019) 0:02:18.535 ********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
Wednesday 10 July 2024 04:55:16 +0000 (0:00:00.698) 0:02:19.233 ********
changed: [sut] => {
"changed": true,
"name": "quadlet-demo-mysql.service",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket sysinit.target quadlet-demo-network.service -.mount system.slice basic.target quadlet-demo-mysql-volume.service tmp.mount",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "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": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "yes",
"DelegateControllers": "cpu cpuset io memory pids",
"Description": "quadlet-demo-mysql.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"Environment": "PODMAN_SYSTEMD_UNIT=quadlet-demo-mysql.service",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-demo-mysql --cidfile=/run/quadlet-demo-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-demo --sdnotify=conmon -d -v systemd-quadlet-demo-mysql:/var/lib/mysql -v /tmp/quadlet_demo:/var/lib/quadlet_demo:Z --secret mysql-root-password-container,type=env,target=MYSQL_ROOT_PASSWORD --health-cmd /usr/bin/true --health-on-failure kill quay.io/linux-system-roles/mysql:5.6 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-demo-mysql --cidfile=/run/quadlet-demo-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-demo --sdnotify=conmon -d -v systemd-quadlet-demo-mysql:/var/lib/mysql -v /tmp/quadlet_demo:/var/lib/quadlet_demo:Z --secret mysql-root-password-container,type=env,target=MYSQL_ROOT_PASSWORD --health-cmd /usr/bin/true --health-on-failure kill quay.io/linux-system-roles/mysql:5.6 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/run/systemd/generator/quadlet-demo-mysql.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo-mysql.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "mixed",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "3414339584",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"MemoryZSwapMax": "infinity",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "quadlet-demo-mysql.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "all",
"OOMPolicy": "continue",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "quadlet-demo-mysql-volume.service tmp.mount system.slice -.mount sysinit.target quadlet-demo-network.service",
"RequiresMountsFor": "/run/containers /tmp/quadlet_demo",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"SourcePath": "/etc/containers/systemd/quadlet-demo-mysql.container",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo-mysql",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "45s",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125
Wednesday 10 July 2024 04:55:17 +0000 (0:00:01.278) 0:02:20.512 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_service_started is changed",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Wednesday 10 July 2024 04:55:17 +0000 (0:00:00.027) 0:02:20.539 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_file_src": "envoy-proxy-configmap.yml",
"__podman_quadlet_spec": {},
"__podman_quadlet_str": "---\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: envoy-proxy-config\ndata:\n envoy.yaml: |\n admin:\n address:\n socket_address:\n address: 0.0.0.0\n port_value: 9901\n\n static_resources:\n listeners:\n - name: listener_0\n address:\n socket_address:\n address: 0.0.0.0\n port_value: 8080\n filter_chains:\n - filters:\n - name: envoy.filters.network.http_connection_manager\n typed_config:\n \"@type\": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager\n stat_prefix: ingress_http\n codec_type: AUTO\n route_config:\n name: local_route\n virtual_hosts:\n - name: local_service\n domains: [\"*\"]\n routes:\n - match:\n prefix: \"/\"\n route:\n cluster: backend\n http_filters:\n - name: envoy.filters.http.router\n typed_config:\n \"@type\": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router\n transport_socket:\n name: envoy.transport_sockets.tls\n typed_config:\n \"@type\": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext\n common_tls_context:\n tls_certificates:\n - certificate_chain:\n filename: /etc/envoy-certificates/certificate.pem\n private_key:\n filename: /etc/envoy-certificates/certificate.key\n clusters:\n - name: backend\n connect_timeout: 5s\n type: STATIC\n dns_refresh_rate: 1800s\n lb_policy: ROUND_ROBIN\n load_assignment:\n cluster_name: backend\n endpoints:\n - lb_endpoints:\n - endpoint:\n address:\n socket_address:\n address: 127.0.0.1\n port_value: 80",
"__podman_quadlet_template_src": ""
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.031) 0:02:20.570 ********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "created",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.076) 0:02:20.646 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.021) 0:02:20.668 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_name": "envoy-proxy-configmap",
"__podman_quadlet_type": "yml",
"__podman_rootless": false
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.034) 0:02:20.702 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.041) 0:02:20.744 ********
skipping: [sut] => {
"changed": false,
"false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.024) 0:02:20.768 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.046) 0:02:20.814 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.037) 0:02:20.852 ********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.244) 0:02:21.096 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.057) 0:02:21.154 ********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720587289.1717014,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720587229.297673,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-pie-executable",
"mode": "0755",
"mtime": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "3538107906",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.278) 0:02:21.432 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check group with getsubids] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.019) 0:02:21.451 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.022) 0:02:21.474 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.033) 0:02:21.507 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.023) 0:02:21.530 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Wednesday 10 July 2024 04:55:18 +0000 (0:00:00.019) 0:02:21.549 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.017) 0:02:21.567 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.020) 0:02:21.587 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.024) 0:02:21.612 ********
ok: [sut] => {
"ansible_facts": {
"__podman_activate_systemd_unit": true,
"__podman_images_found": [],
"__podman_kube_yamls_raw": "",
"__podman_service_name": "",
"__podman_systemd_scope": "system",
"__podman_user_home_dir": "/root",
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.093) 0:02:21.706 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.026) 0:02:21.732 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_kube_yamls_raw | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.023) 0:02:21.756 ********
ok: [sut] => {
"ansible_facts": {
"__podman_images": [],
"__podman_quadlet_file": "/etc/containers/systemd/envoy-proxy-configmap.yml",
"__podman_volumes": []
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.050) 0:02:21.807 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Cleanup quadlets] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.026) 0:02:21.834 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state == \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.021) 0:02:21.855 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.054) 0:02:21.910 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.034) 0:02:21.945 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.022) 0:02:21.968 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.021) 0:02:21.989 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.034) 0:02:22.023 ********
skipping: [sut] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.027) 0:02:22.051 ********
skipping: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.021) 0:02:22.073 ********
ok: [sut] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/containers/systemd",
"secontext": "system_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48
Wednesday 10 July 2024 04:55:19 +0000 (0:00:00.242) 0:02:22.315 ********
changed: [sut] => {
"changed": true,
"checksum": "d681c7d56f912150d041873e880818b22a90c188",
"dest": "/etc/containers/systemd/envoy-proxy-configmap.yml",
"gid": 0,
"group": "root",
"md5sum": "aec75d972c231aac004e1338934544cf",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 2102,
"src": "/root/.ansible/tmp/ansible-tmp-1720587319.838029-12108-7422456742682/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58
Wednesday 10 July 2024 04:55:20 +0000 (0:00:00.703) 0:02:23.019 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70
Wednesday 10 July 2024 04:55:20 +0000 (0:00:00.021) 0:02:23.040 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_copy_file is skipped",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82
Wednesday 10 July 2024 04:55:20 +0000 (0:00:00.019) 0:02:23.059 ********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
Wednesday 10 July 2024 04:55:21 +0000 (0:00:00.786) 0:02:23.846 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_service_name | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125
Wednesday 10 July 2024 04:55:21 +0000 (0:00:00.028) 0:02:23.874 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_service_name | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Wednesday 10 July 2024 04:55:21 +0000 (0:00:00.024) 0:02:23.898 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_file_src": "",
"__podman_quadlet_spec": {},
"__podman_quadlet_str": "---\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: wp-pv-claim\n labels:\n app: wordpress\nspec:\n accessModes:\n - ReadWriteOnce\n resources:\n requests:\n storage: 20Gi\n---\napiVersion: v1\nkind: Pod\nmetadata:\n name: quadlet-demo\nspec:\n containers:\n - name: wordpress\n image: quay.io/linux-system-roles/wordpress:4.8-apache\n env:\n - name: WORDPRESS_DB_HOST\n value: quadlet-demo-mysql\n - name: WORDPRESS_DB_PASSWORD\n valueFrom:\n secretKeyRef:\n name: mysql-root-password-kube\n key: password\n volumeMounts:\n - name: wordpress-persistent-storage\n mountPath: /var/www/html\n resources:\n requests:\n memory: \"64Mi\"\n cpu: \"250m\"\n limits:\n memory: \"128Mi\"\n cpu: \"500m\"\n - name: envoy\n image: quay.io/linux-system-roles/envoyproxy:v1.25.0\n volumeMounts:\n - name: config-volume\n mountPath: /etc/envoy\n - name: certificates\n mountPath: /etc/envoy-certificates\n env:\n - name: ENVOY_UID\n value: \"0\"\n resources:\n requests:\n memory: \"64Mi\"\n cpu: \"250m\"\n limits:\n memory: \"128Mi\"\n cpu: \"500m\"\n volumes:\n - name: config-volume\n configMap:\n name: envoy-proxy-config\n - name: certificates\n secret:\n secretName: envoy-certificates\n - name: wordpress-persistent-storage\n persistentVolumeClaim:\n claimName: wp-pv-claim\n - name: www # not used - for testing hostpath\n hostPath:\n path: /tmp/httpd3\n - name: create # not used - for testing hostpath\n hostPath:\n path: /tmp/httpd3-create\n",
"__podman_quadlet_template_src": "quadlet-demo.yml.j2"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Wednesday 10 July 2024 04:55:21 +0000 (0:00:00.063) 0:02:23.961 ********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "created",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Wednesday 10 July 2024 04:55:21 +0000 (0:00:00.026) 0:02:23.988 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_str",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Wednesday 10 July 2024 04:55:21 +0000 (0:00:00.026) 0:02:24.014 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_name": "quadlet-demo",
"__podman_quadlet_type": "yml",
"__podman_rootless": false
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Wednesday 10 July 2024 04:55:21 +0000 (0:00:00.044) 0:02:24.058 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Wednesday 10 July 2024 04:55:21 +0000 (0:00:00.039) 0:02:24.098 ********
skipping: [sut] => {
"changed": false,
"false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Wednesday 10 July 2024 04:55:21 +0000 (0:00:00.029) 0:02:24.128 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Wednesday 10 July 2024 04:55:21 +0000 (0:00:00.025) 0:02:24.153 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Wednesday 10 July 2024 04:55:21 +0000 (0:00:00.034) 0:02:24.187 ********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Wednesday 10 July 2024 04:55:21 +0000 (0:00:00.226) 0:02:24.414 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Wednesday 10 July 2024 04:55:21 +0000 (0:00:00.028) 0:02:24.442 ********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720587289.1717014,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720587229.297673,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-pie-executable",
"mode": "0755",
"mtime": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "3538107906",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.222) 0:02:24.665 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check group with getsubids] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.019) 0:02:24.684 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.022) 0:02:24.707 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.018) 0:02:24.726 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.019) 0:02:24.745 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.053) 0:02:24.799 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.022) 0:02:24.822 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.020) 0:02:24.843 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.029) 0:02:24.872 ********
ok: [sut] => {
"ansible_facts": {
"__podman_activate_systemd_unit": true,
"__podman_images_found": [],
"__podman_kube_yamls_raw": "",
"__podman_service_name": "",
"__podman_systemd_scope": "system",
"__podman_user_home_dir": "/root",
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.038) 0:02:24.910 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.022) 0:02:24.933 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_kube_yamls_raw | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.022) 0:02:24.956 ********
ok: [sut] => {
"ansible_facts": {
"__podman_images": [],
"__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.yml",
"__podman_volumes": []
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.048) 0:02:25.005 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Cleanup quadlets] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.024) 0:02:25.029 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state == \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.018) 0:02:25.048 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.041) 0:02:25.089 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.032) 0:02:25.121 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.019) 0:02:25.140 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.019) 0:02:25.160 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.019) 0:02:25.180 ********
skipping: [sut] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.016) 0:02:25.197 ********
skipping: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39
Wednesday 10 July 2024 04:55:22 +0000 (0:00:00.060) 0:02:25.257 ********
ok: [sut] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/containers/systemd",
"secontext": "system_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48
Wednesday 10 July 2024 04:55:23 +0000 (0:00:00.399) 0:02:25.657 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_file_src | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58
Wednesday 10 July 2024 04:55:23 +0000 (0:00:00.020) 0:02:25.678 ********
changed: [sut] => {
"changed": true,
"checksum": "998dccde0483b1654327a46ddd89cbaa47650370",
"dest": "/etc/containers/systemd/quadlet-demo.yml",
"gid": 0,
"group": "root",
"md5sum": "fd890594adfc24339cb9cdc5e7b19a66",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 1605,
"src": "/root/.ansible/tmp/ansible-tmp-1720587323.198071-12160-65627765829470/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70
Wednesday 10 July 2024 04:55:23 +0000 (0:00:00.668) 0:02:26.346 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_copy_content is skipped",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82
Wednesday 10 July 2024 04:55:23 +0000 (0:00:00.019) 0:02:26.365 ********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
Wednesday 10 July 2024 04:55:24 +0000 (0:00:00.998) 0:02:27.363 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_service_name | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125
Wednesday 10 July 2024 04:55:24 +0000 (0:00:00.024) 0:02:27.388 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_service_name | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Wednesday 10 July 2024 04:55:24 +0000 (0:00:00.025) 0:02:27.413 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_file_src": "quadlet-demo.kube",
"__podman_quadlet_spec": {},
"__podman_quadlet_str": "[Install]\nWantedBy=default.target\n\n[Unit]\nRequires=quadlet-demo-mysql.service\nAfter=quadlet-demo-mysql.service\n\n[Kube]\n# Point to the yaml file in the same directory\nYaml=quadlet-demo.yml\n# Use the quadlet-demo network\nNetwork=quadlet-demo.network\n# Publish the envoy proxy data port\nPublishPort=8000:8080\n# Publish the envoy proxy admin port\nPublishPort=9000:9901\n# Use the envoy proxy config map in the same directory\nConfigMap=envoy-proxy-configmap.yml",
"__podman_quadlet_template_src": ""
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Wednesday 10 July 2024 04:55:24 +0000 (0:00:00.028) 0:02:27.442 ********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "created",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Wednesday 10 July 2024 04:55:24 +0000 (0:00:00.028) 0:02:27.471 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Wednesday 10 July 2024 04:55:24 +0000 (0:00:00.022) 0:02:27.493 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_name": "quadlet-demo",
"__podman_quadlet_type": "kube",
"__podman_rootless": false
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Wednesday 10 July 2024 04:55:24 +0000 (0:00:00.033) 0:02:27.526 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Wednesday 10 July 2024 04:55:25 +0000 (0:00:00.040) 0:02:27.567 ********
skipping: [sut] => {
"changed": false,
"false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Wednesday 10 July 2024 04:55:25 +0000 (0:00:00.023) 0:02:27.591 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Wednesday 10 July 2024 04:55:25 +0000 (0:00:00.021) 0:02:27.613 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Wednesday 10 July 2024 04:55:25 +0000 (0:00:00.028) 0:02:27.641 ********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Wednesday 10 July 2024 04:55:25 +0000 (0:00:00.341) 0:02:27.982 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Wednesday 10 July 2024 04:55:25 +0000 (0:00:00.028) 0:02:28.011 ********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720587289.1717014,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720587229.297673,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-pie-executable",
"mode": "0755",
"mtime": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "3538107906",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Wednesday 10 July 2024 04:55:25 +0000 (0:00:00.384) 0:02:28.396 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check group with getsubids] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Wednesday 10 July 2024 04:55:25 +0000 (0:00:00.022) 0:02:28.418 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Wednesday 10 July 2024 04:55:25 +0000 (0:00:00.019) 0:02:28.438 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Wednesday 10 July 2024 04:55:25 +0000 (0:00:00.024) 0:02:28.462 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Wednesday 10 July 2024 04:55:25 +0000 (0:00:00.021) 0:02:28.483 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Wednesday 10 July 2024 04:55:25 +0000 (0:00:00.025) 0:02:28.508 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Wednesday 10 July 2024 04:55:25 +0000 (0:00:00.021) 0:02:28.530 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Wednesday 10 July 2024 04:55:25 +0000 (0:00:00.020) 0:02:28.551 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Wednesday 10 July 2024 04:55:26 +0000 (0:00:00.025) 0:02:28.576 ********
ok: [sut] => {
"ansible_facts": {
"__podman_activate_systemd_unit": true,
"__podman_images_found": [],
"__podman_kube_yamls_raw": [
"quadlet-demo.yml"
],
"__podman_service_name": "quadlet-demo.service",
"__podman_systemd_scope": "system",
"__podman_user_home_dir": "/root",
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Wednesday 10 July 2024 04:55:26 +0000 (0:00:00.039) 0:02:28.616 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Wednesday 10 July 2024 04:55:26 +0000 (0:00:00.023) 0:02:28.639 ********
ok: [sut] => {
"changed": false,
"content": "LS0tCmFwaVZlcnNpb246IHYxCmtpbmQ6IFBlcnNpc3RlbnRWb2x1bWVDbGFpbQptZXRhZGF0YToKICBuYW1lOiB3cC1wdi1jbGFpbQogIGxhYmVsczoKICAgIGFwcDogd29yZHByZXNzCnNwZWM6CiAgYWNjZXNzTW9kZXM6CiAgLSBSZWFkV3JpdGVPbmNlCiAgcmVzb3VyY2VzOgogICAgcmVxdWVzdHM6CiAgICAgIHN0b3JhZ2U6IDIwR2kKLS0tCmFwaVZlcnNpb246IHYxCmtpbmQ6IFBvZAptZXRhZGF0YToKICBuYW1lOiBxdWFkbGV0LWRlbW8Kc3BlYzoKICBjb250YWluZXJzOgogIC0gbmFtZTogd29yZHByZXNzCiAgICBpbWFnZTogcXVheS5pby9saW51eC1zeXN0ZW0tcm9sZXMvd29yZHByZXNzOjQuOC1hcGFjaGUKICAgIGVudjoKICAgIC0gbmFtZTogV09SRFBSRVNTX0RCX0hPU1QKICAgICAgdmFsdWU6IHF1YWRsZXQtZGVtby1teXNxbAogICAgLSBuYW1lOiBXT1JEUFJFU1NfREJfUEFTU1dPUkQKICAgICAgdmFsdWVGcm9tOgogICAgICAgIHNlY3JldEtleVJlZjoKICAgICAgICAgIG5hbWU6IG15c3FsLXJvb3QtcGFzc3dvcmQta3ViZQogICAgICAgICAga2V5OiBwYXNzd29yZAogICAgdm9sdW1lTW91bnRzOgogICAgLSBuYW1lOiB3b3JkcHJlc3MtcGVyc2lzdGVudC1zdG9yYWdlCiAgICAgIG1vdW50UGF0aDogL3Zhci93d3cvaHRtbAogICAgcmVzb3VyY2VzOgogICAgICByZXF1ZXN0czoKICAgICAgICBtZW1vcnk6ICI2NE1pIgogICAgICAgIGNwdTogIjI1MG0iCiAgICAgIGxpbWl0czoKICAgICAgICBtZW1vcnk6ICIxMjhNaSIKICAgICAgICBjcHU6ICI1MDBtIgogIC0gbmFtZTogZW52b3kKICAgIGltYWdlOiBxdWF5LmlvL2xpbnV4LXN5c3RlbS1yb2xlcy9lbnZveXByb3h5OnYxLjI1LjAKICAgIHZvbHVtZU1vdW50czoKICAgIC0gbmFtZTogY29uZmlnLXZvbHVtZQogICAgICBtb3VudFBhdGg6IC9ldGMvZW52b3kKICAgIC0gbmFtZTogY2VydGlmaWNhdGVzCiAgICAgIG1vdW50UGF0aDogL2V0Yy9lbnZveS1jZXJ0aWZpY2F0ZXMKICAgIGVudjoKICAgIC0gbmFtZTogRU5WT1lfVUlECiAgICAgIHZhbHVlOiAiMCIKICAgIHJlc291cmNlczoKICAgICAgcmVxdWVzdHM6CiAgICAgICAgbWVtb3J5OiAiNjRNaSIKICAgICAgICBjcHU6ICIyNTBtIgogICAgICBsaW1pdHM6CiAgICAgICAgbWVtb3J5OiAiMTI4TWkiCiAgICAgICAgY3B1OiAiNTAwbSIKICB2b2x1bWVzOgogIC0gbmFtZTogY29uZmlnLXZvbHVtZQogICAgY29uZmlnTWFwOgogICAgICBuYW1lOiBlbnZveS1wcm94eS1jb25maWcKICAtIG5hbWU6IGNlcnRpZmljYXRlcwogICAgc2VjcmV0OgogICAgICBzZWNyZXROYW1lOiBlbnZveS1jZXJ0aWZpY2F0ZXMKICAtIG5hbWU6IHdvcmRwcmVzcy1wZXJzaXN0ZW50LXN0b3JhZ2UKICAgIHBlcnNpc3RlbnRWb2x1bWVDbGFpbToKICAgICAgY2xhaW1OYW1lOiB3cC1wdi1jbGFpbQogIC0gbmFtZTogd3d3ICAjIG5vdCB1c2VkIC0gZm9yIHRlc3RpbmcgaG9zdHBhdGgKICAgIGhvc3RQYXRoOgogICAgICBwYXRoOiAvdG1wL2h0dHBkMwogIC0gbmFtZTogY3JlYXRlICAjIG5vdCB1c2VkIC0gZm9yIHRlc3RpbmcgaG9zdHBhdGgKICAgIGhvc3RQYXRoOgogICAgICBwYXRoOiAvdG1wL2h0dHBkMy1jcmVhdGUK",
"encoding": "base64",
"source": "/etc/containers/systemd/quadlet-demo.yml"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Wednesday 10 July 2024 04:55:26 +0000 (0:00:00.230) 0:02:28.869 ********
ok: [sut] => {
"ansible_facts": {
"__podman_images": [
"quay.io/linux-system-roles/wordpress:4.8-apache",
"quay.io/linux-system-roles/envoyproxy:v1.25.0"
],
"__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.kube",
"__podman_volumes": [
"/tmp/httpd3",
"/tmp/httpd3-create"
]
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Wednesday 10 July 2024 04:55:26 +0000 (0:00:00.062) 0:02:28.932 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Cleanup quadlets] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Wednesday 10 July 2024 04:55:26 +0000 (0:00:00.032) 0:02:28.964 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state == \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Wednesday 10 July 2024 04:55:26 +0000 (0:00:00.037) 0:02:29.001 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2
Wednesday 10 July 2024 04:55:26 +0000 (0:00:00.063) 0:02:29.065 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:55:26 +0000 (0:00:00.035) 0:02:29.100 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:55:26 +0000 (0:00:00.090) 0:02:29.190 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:55:26 +0000 (0:00:00.021) 0:02:29.212 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Create host directories] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:7
Wednesday 10 July 2024 04:55:26 +0000 (0:00:00.024) 0:02:29.236 ********
changed: [sut] => (item=/tmp/httpd3) => {
"ansible_loop_var": "item",
"changed": true,
"gid": 0,
"group": "root",
"item": "/tmp/httpd3",
"mode": "0755",
"owner": "root",
"path": "/tmp/httpd3",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 40,
"state": "directory",
"uid": 0
}
changed: [sut] => (item=/tmp/httpd3-create) => {
"ansible_loop_var": "item",
"changed": true,
"gid": 0,
"group": "root",
"item": "/tmp/httpd3-create",
"mode": "0755",
"owner": "root",
"path": "/tmp/httpd3-create",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 40,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure container images are present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
Wednesday 10 July 2024 04:55:27 +0000 (0:00:00.452) 0:02:29.688 ********
changed: [sut] => (item=None) => {
"attempts": 1,
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
changed: [sut] => (item=None) => {
"attempts": 1,
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:39
Wednesday 10 July 2024 04:55:46 +0000 (0:00:19.596) 0:02:49.285 ********
ok: [sut] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/containers/systemd",
"secontext": "system_u:object_r:etc_t:s0",
"size": 4096,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is copied] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:48
Wednesday 10 July 2024 04:55:46 +0000 (0:00:00.236) 0:02:49.521 ********
changed: [sut] => {
"changed": true,
"checksum": "7a5c73a5d935a42431c87bcdbeb8a04ed0909dc7",
"dest": "/etc/containers/systemd/quadlet-demo.kube",
"gid": 0,
"group": "root",
"md5sum": "da53c88f92b68b0487aa209f795b6bb3",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:etc_t:s0",
"size": 456,
"src": "/root/.ansible/tmp/ansible-tmp-1720587347.0090587-12215-160440271458005/source",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:58
Wednesday 10 July 2024 04:55:47 +0000 (0:00:00.645) 0:02:50.166 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Ensure quadlet file is present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:70
Wednesday 10 July 2024 04:55:47 +0000 (0:00:00.024) 0:02:50.191 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_copy_file is skipped",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:82
Wednesday 10 July 2024 04:55:47 +0000 (0:00:00.022) 0:02:50.214 ********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Start service] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
Wednesday 10 July 2024 04:55:48 +0000 (0:00:00.687) 0:02:50.901 ********
changed: [sut] => {
"changed": true,
"name": "quadlet-demo.service",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "basic.target quadlet-demo-mysql.service quadlet-demo-network.service systemd-journald.socket system.slice sysinit.target -.mount",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "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": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "quadlet-demo.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"Environment": "PODMAN_SYSTEMD_UNIT=quadlet-demo.service",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true --network=systemd-quadlet-demo --configmap /etc/containers/systemd/envoy-proxy-configmap.yml --publish 8000:8080 --publish 9000:9901 /etc/containers/systemd/quadlet-demo.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true --network=systemd-quadlet-demo --configmap /etc/containers/systemd/envoy-proxy-configmap.yml --publish 8000:8080 --publish 9000:9901 /etc/containers/systemd/quadlet-demo.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/systemd/quadlet-demo.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/systemd/quadlet-demo.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/run/systemd/generator/quadlet-demo.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "mixed",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2922168320",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"MemoryZSwapMax": "infinity",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "quadlet-demo.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "all",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "quadlet-demo-mysql.service system.slice quadlet-demo-network.service sysinit.target -.mount",
"RequiresMountsFor": "/run/containers",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"SourcePath": "/etc/containers/systemd/quadlet-demo.kube",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "45s",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [fedora.linux_system_roles.podman : Restart service] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:125
Wednesday 10 July 2024 04:55:49 +0000 (0:00:01.422) 0:02:52.324 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_service_started is changed",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143
Wednesday 10 July 2024 04:55:49 +0000 (0:00:00.023) 0:02:52.347 ********
skipping: [sut] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149
Wednesday 10 July 2024 04:55:49 +0000 (0:00:00.019) 0:02:52.366 ********
skipping: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158
Wednesday 10 July 2024 04:55:49 +0000 (0:00:00.017) 0:02:52.384 ********
skipping: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [Check quadlet files] *****************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:84
Wednesday 10 July 2024 04:55:49 +0000 (0:00:00.028) 0:02:52.413 ********
ok: [sut] => {
"changed": false,
"cmd": [
"ls",
"-alrtF",
"/etc/containers/systemd"
],
"delta": "0:00:00.006530",
"end": "2024-07-10 04:55:50.095211",
"rc": 0,
"start": "2024-07-10 04:55:50.088681"
}
STDOUT:
total 32
drwxr-xr-x. 8 root root 4096 Jul 10 04:54 ../
-rw-r--r--. 1 root root 74 Jul 10 04:55 quadlet-demo.network
-rw-r--r--. 1 root root 9 Jul 10 04:55 quadlet-demo-mysql.volume
-rw-r--r--. 1 root root 367 Jul 10 04:55 quadlet-demo-mysql.container
-rw-r--r--. 1 root root 2102 Jul 10 04:55 envoy-proxy-configmap.yml
-rw-r--r--. 1 root root 1605 Jul 10 04:55 quadlet-demo.yml
-rw-r--r--. 1 root root 456 Jul 10 04:55 quadlet-demo.kube
drwxr-xr-x. 2 root root 4096 Jul 10 04:55 ./
TASK [Check containers] ********************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:88
Wednesday 10 July 2024 04:55:50 +0000 (0:00:00.268) 0:02:52.681 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"-a"
],
"delta": "0:00:00.057399",
"end": "2024-07-10 04:55:50.410827",
"failed_when_result": false,
"rc": 0,
"start": "2024-07-10 04:55:50.353428"
}
STDOUT:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9eeca35d25a7 quay.io/linux-system-roles/mysql:5.6 mysqld 33 seconds ago Up 33 seconds (starting) 3306/tcp quadlet-demo-mysql
b291183e930e localhost/podman-pause:5.1.1-1717459200 1 second ago Up 1 second a96f3a51b8d1-service
c2c76383e1e4 localhost/podman-pause:5.1.1-1717459200 1 second ago Up 1 second 0.0.0.0:8000->8080/tcp, 0.0.0.0:9000->9901/tcp 0a93fd85f8e4-infra
d607600e4d7b quay.io/linux-system-roles/wordpress:4.8-apache apache2-foregroun... 1 second ago Up 1 second 0.0.0.0:8000->8080/tcp, 0.0.0.0:9000->9901/tcp quadlet-demo-wordpress
d130b3a270b2 quay.io/linux-system-roles/envoyproxy:v1.25.0 envoy -c /etc/env... 1 second ago Up 1 second 0.0.0.0:8000->8080/tcp, 0.0.0.0:9000->9901/tcp quadlet-demo-envoy
TASK [Check pods] **************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:93
Wednesday 10 July 2024 04:55:50 +0000 (0:00:00.318) 0:02:52.999 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"pod",
"ps",
"--ctr-ids",
"--ctr-names",
"--ctr-status"
],
"delta": "0:00:00.047902",
"end": "2024-07-10 04:55:50.717865",
"failed_when_result": false,
"rc": 0,
"start": "2024-07-10 04:55:50.669963"
}
STDOUT:
POD ID NAME STATUS CREATED INFRA ID IDS NAMES STATUS
0a93fd85f8e4 quadlet-demo Running 1 second ago c2c76383e1e4 c2c76383e1e4,d607600e4d7b,d130b3a270b2 0a93fd85f8e4-infra,quadlet-demo-wordpress,quadlet-demo-envoy running,running,running
TASK [Check systemd] ***********************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:98
Wednesday 10 July 2024 04:55:50 +0000 (0:00:00.306) 0:02:53.306 ********
ok: [sut] => {
"changed": false,
"cmd": "set -euo pipefail; systemctl list-units | grep quadlet",
"delta": "0:00:00.023328",
"end": "2024-07-10 04:55:50.998989",
"failed_when_result": false,
"rc": 0,
"start": "2024-07-10 04:55:50.975661"
}
STDOUT:
quadlet-demo-mysql-volume.service loaded active exited quadlet-demo-mysql-volume.service
quadlet-demo-mysql.service loaded active running quadlet-demo-mysql.service
quadlet-demo-network.service loaded active exited quadlet-demo-network.service
quadlet-demo.service loaded active running quadlet-demo.service
TASK [Check web] ***************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:104
Wednesday 10 July 2024 04:55:51 +0000 (0:00:00.309) 0:02:53.616 ********
changed: [sut] => {
"attempts": 1,
"changed": true,
"checksum_dest": null,
"checksum_src": "d49966cc24f102ead5187c35b5a35440048247ef",
"dest": "/run/out",
"elapsed": 0,
"gid": 0,
"group": "root",
"md5sum": "a56cfe4431509ef44591163d2a219089",
"mode": "0600",
"owner": "root",
"secontext": "system_u:object_r:var_run_t:s0",
"size": 11666,
"src": "/root/.ansible/tmp/ansible-moduletmp-1720587351.426359-3vq383mk/tmplu6ewlg8",
"state": "file",
"status_code": 200,
"uid": 0,
"url": "https://localhost:8000"
}
MSG:
OK (unknown bytes)
TASK [Show web] ****************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:115
Wednesday 10 July 2024 04:55:52 +0000 (0:00:01.063) 0:02:54.679 ********
ok: [sut] => {
"changed": false,
"cmd": [
"cat",
"/run/out"
],
"delta": "0:00:00.003474",
"end": "2024-07-10 04:55:52.319779",
"rc": 0,
"start": "2024-07-10 04:55:52.316305"
}
STDOUT:
WordPress › Installation
WordPress
TASK [Error] *******************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:120
Wednesday 10 July 2024 04:55:52 +0000 (0:00:00.226) 0:02:54.906 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__web_status is failed",
"skip_reason": "Conditional result was False"
}
TASK [Check] *******************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:131
Wednesday 10 July 2024 04:55:52 +0000 (0:00:00.018) 0:02:54.924 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"-a"
],
"delta": "0:00:00.039140",
"end": "2024-07-10 04:55:52.604380",
"rc": 0,
"start": "2024-07-10 04:55:52.565240"
}
STDOUT:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9eeca35d25a7 quay.io/linux-system-roles/mysql:5.6 mysqld 35 seconds ago Up 35 seconds (starting) 3306/tcp quadlet-demo-mysql
b291183e930e localhost/podman-pause:5.1.1-1717459200 3 seconds ago Up 3 seconds a96f3a51b8d1-service
c2c76383e1e4 localhost/podman-pause:5.1.1-1717459200 3 seconds ago Up 3 seconds 0.0.0.0:8000->8080/tcp, 0.0.0.0:9000->9901/tcp 0a93fd85f8e4-infra
d607600e4d7b quay.io/linux-system-roles/wordpress:4.8-apache apache2-foregroun... 3 seconds ago Up 3 seconds 0.0.0.0:8000->8080/tcp, 0.0.0.0:9000->9901/tcp quadlet-demo-wordpress
d130b3a270b2 quay.io/linux-system-roles/envoyproxy:v1.25.0 envoy -c /etc/env... 3 seconds ago Up 3 seconds 0.0.0.0:8000->8080/tcp, 0.0.0.0:9000->9901/tcp quadlet-demo-envoy
TASK [Check pods] **************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:135
Wednesday 10 July 2024 04:55:52 +0000 (0:00:00.265) 0:02:55.189 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"pod",
"ps",
"--ctr-ids",
"--ctr-names",
"--ctr-status"
],
"delta": "0:00:00.037959",
"end": "2024-07-10 04:55:52.869162",
"failed_when_result": false,
"rc": 0,
"start": "2024-07-10 04:55:52.831203"
}
STDOUT:
POD ID NAME STATUS CREATED INFRA ID IDS NAMES STATUS
0a93fd85f8e4 quadlet-demo Running 3 seconds ago c2c76383e1e4 c2c76383e1e4,d607600e4d7b,d130b3a270b2 0a93fd85f8e4-infra,quadlet-demo-wordpress,quadlet-demo-envoy running,running,running
TASK [Check systemd] ***********************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:140
Wednesday 10 July 2024 04:55:52 +0000 (0:00:00.263) 0:02:55.453 ********
ok: [sut] => {
"changed": false,
"cmd": "set -euo pipefail; systemctl list-units --all | grep quadlet",
"delta": "0:00:00.016968",
"end": "2024-07-10 04:55:53.100486",
"failed_when_result": false,
"rc": 0,
"start": "2024-07-10 04:55:53.083518"
}
STDOUT:
quadlet-demo-mysql-volume.service loaded active exited quadlet-demo-mysql-volume.service
quadlet-demo-mysql.service loaded active running quadlet-demo-mysql.service
quadlet-demo-network.service loaded active exited quadlet-demo-network.service
quadlet-demo.service loaded active running quadlet-demo.service
TASK [LS] **********************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:148
Wednesday 10 July 2024 04:55:53 +0000 (0:00:00.230) 0:02:55.683 ********
ok: [sut] => {
"changed": false,
"cmd": [
"ls",
"-alrtF",
"/etc/systemd/system"
],
"delta": "0:00:00.004211",
"end": "2024-07-10 04:55:53.322766",
"failed_when_result": false,
"rc": 0,
"start": "2024-07-10 04:55:53.318555"
}
STDOUT:
total 56
drwxr-xr-x. 5 root root 4096 Jun 20 10:25 ../
drwxr-xr-x. 2 root root 4096 Jun 20 10:25 getty.target.wants/
lrwxrwxrwx. 1 root root 48 Jun 20 10:25 dbus-org.freedesktop.resolve1.service -> /usr/lib/systemd/system/systemd-resolved.service
drwxr-xr-x. 2 root root 4096 Jun 20 10:25 systemd-journald.service.wants/
lrwxrwxrwx. 1 root root 43 Jun 20 10:25 dbus.service -> /usr/lib/systemd/system/dbus-broker.service
lrwxrwxrwx. 1 root root 37 Jun 20 10:25 ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target
drwxr-xr-x. 2 root root 4096 Jun 20 10:25 systemd-homed.service.wants/
lrwxrwxrwx. 1 root root 45 Jun 20 10:25 dbus-org.freedesktop.home1.service -> /usr/lib/systemd/system/systemd-homed.service
lrwxrwxrwx. 1 root root 44 Jun 20 10:25 dbus-org.freedesktop.oom1.service -> /usr/lib/systemd/system/systemd-oomd.service
lrwxrwxrwx. 1 root root 41 Jun 20 10:26 dbus-org.bluez.service -> /usr/lib/systemd/system/bluetooth.service
drwxr-xr-x. 2 root root 4096 Jun 20 10:26 bluetooth.target.wants/
drwxr-xr-x. 2 root root 4096 Jun 20 10:26 graphical.target.wants/
drwxr-xr-x. 2 root root 4096 Jun 20 10:26 timers.target.wants/
lrwxrwxrwx. 1 root root 57 Jun 20 10:26 dbus-org.freedesktop.nm-dispatcher.service -> /usr/lib/systemd/system/NetworkManager-dispatcher.service
drwxr-xr-x. 2 root root 4096 Jun 20 10:26 network-online.target.wants/
lrwxrwxrwx. 1 root root 41 Jun 20 10:29 default.target -> /usr/lib/systemd/system/multi-user.target
drwxr-xr-x. 2 root root 4096 Jun 20 10:45 remote-fs.target.wants/
drwxr-xr-x. 2 root root 4096 Jun 20 10:47 cloud-init.target.wants/
drwxr-xr-x. 2 root root 4096 Jun 20 10:47 sockets.target.wants/
drwxr-xr-x. 2 root root 4096 Jul 10 04:48 sysinit.target.wants/
drwxr-xr-x. 2 root root 4096 Jul 10 04:54 multi-user.target.wants/
lrwxrwxrwx. 1 root root 41 Jul 10 04:54 dbus-org.fedoraproject.FirewallD1.service -> /usr/lib/systemd/system/firewalld.service
drwxr-xr-x. 14 root root 4096 Jul 10 04:54 ./
TASK [Cleanup] *****************************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:155
Wednesday 10 July 2024 04:55:53 +0000 (0:00:00.223) 0:02:55.907 ********
TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Wednesday 10 July 2024 04:55:53 +0000 (0:00:00.044) 0:02:55.951 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Wednesday 10 July 2024 04:55:53 +0000 (0:00:00.034) 0:02:55.986 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Wednesday 10 July 2024 04:55:53 +0000 (0:00:00.025) 0:02:56.012 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_is_ostree is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Wednesday 10 July 2024 04:55:53 +0000 (0:00:00.020) 0:02:56.033 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_is_ostree is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20
Wednesday 10 July 2024 04:55:53 +0000 (0:00:00.024) 0:02:56.057 ********
ok: [sut] => (item=RedHat.yml) => {
"ansible_facts": {
"__podman_packages": [
"podman",
"shadow-utils-subid"
]
},
"ansible_included_var_files": [
"/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [sut] => (item=Fedora.yml) => {
"ansible_facts": {
"__podman_packages": [
"iptables-nft",
"podman",
"shadow-utils-subid"
]
},
"ansible_included_var_files": [
"/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "Fedora.yml"
}
skipping: [sut] => (item=Fedora_40.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "Fedora_40.yml",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=Fedora_40.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "Fedora_40.yml",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Wednesday 10 July 2024 04:55:53 +0000 (0:00:00.046) 0:02:56.103 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Enable copr if requested] *************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Wednesday 10 July 2024 04:55:54 +0000 (0:00:00.881) 0:02:56.985 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_use_copr | d(false)",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Wednesday 10 July 2024 04:55:54 +0000 (0:00:00.023) 0:02:57.009 ********
skipping: [sut] => {
"changed": false,
"false_condition": "(__podman_packages | difference(ansible_facts.packages))",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22
Wednesday 10 July 2024 04:55:54 +0000 (0:00:00.025) 0:02:57.034 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"--version"
],
"delta": "0:00:00.030262",
"end": "2024-07-10 04:55:54.703645",
"rc": 0,
"start": "2024-07-10 04:55:54.673383"
}
STDOUT:
podman version 5.1.1
TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Wednesday 10 July 2024 04:55:54 +0000 (0:00:00.259) 0:02:57.293 ********
ok: [sut] => {
"ansible_facts": {
"podman_version": "5.1.1"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:32
Wednesday 10 July 2024 04:55:54 +0000 (0:00:00.023) 0:02:57.316 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_version is version(\"4.2\", \"<\")",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:39
Wednesday 10 July 2024 04:55:54 +0000 (0:00:00.019) 0:02:57.336 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_version is version(\"4.4\", \"<\")",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:49
Wednesday 10 July 2024 04:55:54 +0000 (0:00:00.025) 0:02:57.361 ********
META: end_host conditional evaluated to False, continuing execution for sut
skipping: [sut] => {
"skip_reason": "end_host conditional evaluated to False, continuing execution for sut"
}
MSG:
end_host conditional evaluated to false, continuing execution for sut
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Wednesday 10 July 2024 04:55:54 +0000 (0:00:00.026) 0:02:57.387 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Wednesday 10 July 2024 04:55:54 +0000 (0:00:00.042) 0:02:57.429 ********
skipping: [sut] => {
"changed": false,
"false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Wednesday 10 July 2024 04:55:54 +0000 (0:00:00.025) 0:02:57.455 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Wednesday 10 July 2024 04:55:54 +0000 (0:00:00.025) 0:02:57.480 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Wednesday 10 July 2024 04:55:54 +0000 (0:00:00.035) 0:02:57.516 ********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.236) 0:02:57.753 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.028) 0:02:57.781 ********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720587289.1717014,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720587229.297673,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-pie-executable",
"mode": "0755",
"mtime": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "3538107906",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.227) 0:02:58.008 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check group with getsubids] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.021) 0:02:58.030 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.073) 0:02:58.104 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.030) 0:02:58.134 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.027) 0:02:58.162 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.024) 0:02:58.186 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.021) 0:02:58.208 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.021) 0:02:58.229 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set config file paths] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:62
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.026) 0:02:58.256 ********
ok: [sut] => {
"ansible_facts": {
"__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf",
"__podman_policy_json_file": "/etc/containers/policy.json",
"__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf",
"__podman_storage_conf_file": "/etc/containers/storage.conf"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:71
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.026) 0:02:58.282 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.040) 0:02:58.322 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_containers_conf | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.020) 0:02:58.343 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_containers_conf | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:74
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.020) 0:02:58.363 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.040) 0:02:58.404 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_registries_conf | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.021) 0:02:58.426 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_registries_conf | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:77
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.020) 0:02:58.446 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.040) 0:02:58.487 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_storage_conf | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Wednesday 10 July 2024 04:55:55 +0000 (0:00:00.060) 0:02:58.547 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_storage_conf | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Wednesday 10 July 2024 04:55:56 +0000 (0:00:00.021) 0:02:58.569 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for sut
TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Wednesday 10 July 2024 04:55:56 +0000 (0:00:00.052) 0:02:58.621 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_policy_json | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Wednesday 10 July 2024 04:55:56 +0000 (0:00:00.021) 0:02:58.643 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_policy_json | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Wednesday 10 July 2024 04:55:56 +0000 (0:00:00.022) 0:02:58.666 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_policy_json | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Wednesday 10 July 2024 04:55:56 +0000 (0:00:00.025) 0:02:58.691 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_policy_json | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [Manage firewall for specified ports] *************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Wednesday 10 July 2024 04:55:56 +0000 (0:00:00.020) 0:02:58.712 ********
TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Wednesday 10 July 2024 04:55:56 +0000 (0:00:00.074) 0:02:58.787 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut
TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 10 July 2024 04:55:56 +0000 (0:00:00.035) 0:02:58.823 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Wednesday 10 July 2024 04:55:56 +0000 (0:00:00.027) 0:02:58.850 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __firewall_is_ostree is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Wednesday 10 July 2024 04:55:56 +0000 (0:00:00.020) 0:02:58.871 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __firewall_is_ostree is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19
Wednesday 10 July 2024 04:55:56 +0000 (0:00:00.022) 0:02:58.894 ********
ok: [sut] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Wednesday 10 July 2024 04:55:57 +0000 (0:00:01.404) 0:03:00.298 ********
skipping: [sut] => {
"changed": false,
"false_condition": "firewall_disable_conflicting_services | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 10 July 2024 04:55:57 +0000 (0:00:00.019) 0:03:00.317 ********
skipping: [sut] => (item=nftables) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall_disable_conflicting_services | bool",
"item": "nftables",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=iptables) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall_disable_conflicting_services | bool",
"item": "iptables",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=ufw) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall_disable_conflicting_services | bool",
"item": "ufw",
"skip_reason": "Conditional result was False"
}
skipping: [sut] => {
"changed": false
}
MSG:
All items skipped
TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Wednesday 10 July 2024 04:55:57 +0000 (0:00:00.026) 0:03:00.344 ********
ok: [sut] => {
"changed": false,
"name": "firewalld",
"status": {
"AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
"ActiveEnterTimestamp": "Wed 2024-07-10 04:54:54 UTC",
"ActiveEnterTimestampMonotonic": "617690625",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "system.slice polkit.service dbus.socket dbus-broker.service sysinit.target basic.target",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Wed 2024-07-10 04:54:52 UTC",
"AssertTimestampMonotonic": "615953358",
"Before": "multi-user.target network-pre.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"BusName": "org.fedoraproject.FirewallD1",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "473508000",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "yes",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "yes",
"ConditionTimestamp": "Wed 2024-07-10 04:54:52 UTC",
"ConditionTimestampMonotonic": "615953355",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "ebtables.service ip6tables.service ipset.service nftables.service iptables.service shutdown.target",
"ControlGroup": "/system.slice/firewalld.service",
"ControlGroupId": "6453",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "firewalld - dynamic firewall daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:firewalld(1)\"",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"EffectiveCPUs": "0-1",
"EffectiveMemoryNodes": "0",
"EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "6913",
"ExecMainStartTimestamp": "Wed 2024-07-10 04:54:52 UTC",
"ExecMainStartTimestampMonotonic": "615956321",
"ExecMainStatus": "0",
"ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/firewalld.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "firewalld.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Wed 2024-07-10 04:54:52 UTC",
"InactiveExitTimestampMonotonic": "615956891",
"InvocationID": "dcd3b2d0120347b68d53317c6cd492c4",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "mixed",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "6913",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2772668416",
"MemoryCurrent": "33189888",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "33452032",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "0",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "0",
"MemoryZSwapCurrent": "0",
"MemoryZSwapMax": "infinity",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target dbus.socket system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardOutput": "null",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Wed 2024-07-10 04:55:48 UTC",
"StateChangeTimestampMonotonic": "671639210",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "running",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "2",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "45s",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "dbus",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "enabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"Wants": "network-pre.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Wednesday 10 July 2024 04:55:58 +0000 (0:00:00.472) 0:03:00.816 ********
ok: [sut] => {
"changed": false,
"enabled": true,
"name": "firewalld",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
"ActiveEnterTimestamp": "Wed 2024-07-10 04:54:54 UTC",
"ActiveEnterTimestampMonotonic": "617690625",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "system.slice polkit.service dbus.socket dbus-broker.service sysinit.target basic.target",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Wed 2024-07-10 04:54:52 UTC",
"AssertTimestampMonotonic": "615953358",
"Before": "multi-user.target network-pre.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"BusName": "org.fedoraproject.FirewallD1",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "473508000",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "yes",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "yes",
"ConditionTimestamp": "Wed 2024-07-10 04:54:52 UTC",
"ConditionTimestampMonotonic": "615953355",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "ebtables.service ip6tables.service ipset.service nftables.service iptables.service shutdown.target",
"ControlGroup": "/system.slice/firewalld.service",
"ControlGroupId": "6453",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "firewalld - dynamic firewall daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:firewalld(1)\"",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"EffectiveCPUs": "0-1",
"EffectiveMemoryNodes": "0",
"EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "6913",
"ExecMainStartTimestamp": "Wed 2024-07-10 04:54:52 UTC",
"ExecMainStartTimestampMonotonic": "615956321",
"ExecMainStatus": "0",
"ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/firewalld.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "firewalld.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Wed 2024-07-10 04:54:52 UTC",
"InactiveExitTimestampMonotonic": "615956891",
"InvocationID": "dcd3b2d0120347b68d53317c6cd492c4",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "mixed",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "6913",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2757648384",
"MemoryCurrent": "33189888",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "33452032",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "0",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "0",
"MemoryZSwapCurrent": "0",
"MemoryZSwapMax": "infinity",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target dbus.socket system.slice",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardOutput": "null",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Wed 2024-07-10 04:55:48 UTC",
"StateChangeTimestampMonotonic": "671639210",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "running",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "2",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "45s",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "dbus",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "enabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"Wants": "network-pre.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Wednesday 10 July 2024 04:55:58 +0000 (0:00:00.395) 0:03:01.211 ********
ok: [sut] => {
"ansible_facts": {
"__firewall_previous_replaced": false,
"__firewall_python_cmd": "/usr/bin/python3",
"__firewall_report_changed": true
},
"changed": false
}
TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Wednesday 10 July 2024 04:55:58 +0000 (0:00:00.031) 0:03:01.242 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__firewall_previous_replaced | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Wednesday 10 July 2024 04:55:58 +0000 (0:00:00.023) 0:03:01.266 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__firewall_previous_replaced | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Wednesday 10 July 2024 04:55:58 +0000 (0:00:00.028) 0:03:01.294 ********
ok: [sut] => (item={'port': '8000/tcp', 'state': 'enabled'}) => {
"__firewall_changed": false,
"ansible_loop_var": "item",
"changed": false,
"item": {
"port": "8000/tcp",
"state": "enabled"
}
}
ok: [sut] => (item={'port': '9000/tcp', 'state': 'enabled'}) => {
"__firewall_changed": false,
"ansible_loop_var": "item",
"changed": false,
"item": {
"port": "9000/tcp",
"state": "enabled"
}
}
TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.619) 0:03:01.913 ********
skipping: [sut] => (item={'port': '8000/tcp', 'state': 'enabled'}) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall | length == 1",
"item": {
"port": "8000/tcp",
"state": "enabled"
},
"skip_reason": "Conditional result was False"
}
skipping: [sut] => (item={'port': '9000/tcp', 'state': 'enabled'}) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "firewall | length == 1",
"item": {
"port": "9000/tcp",
"state": "enabled"
},
"skip_reason": "Conditional result was False"
}
skipping: [sut] => {
"changed": false
}
MSG:
All items skipped
TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.032) 0:03:01.946 ********
skipping: [sut] => {
"changed": false,
"false_condition": "firewall | length == 1",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.023) 0:03:01.969 ********
skipping: [sut] => {
"changed": false,
"false_condition": "firewall == None or firewall | length == 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.024) 0:03:01.993 ********
skipping: [sut] => {
"changed": false,
"false_condition": "firewall == None or firewall | length == 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.022) 0:03:02.016 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__firewall_previous_replaced | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.021) 0:03:02.038 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__firewall_previous_replaced | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.020) 0:03:02.058 ********
skipping: [sut] => {
"false_condition": "__firewall_previous_replaced | bool"
}
TASK [Manage selinux for specified ports] **************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:93
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.031) 0:03:02.090 ********
skipping: [sut] => {
"changed": false,
"false_condition": "podman_selinux_ports | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:100
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.020) 0:03:02.110 ********
ok: [sut] => {
"ansible_facts": {
"__podman_cancel_user_linger": []
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.021) 0:03:02.132 ********
skipping: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Handle credential files - present] ****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:113
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.018) 0:03:02.151 ********
skipping: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Handle secrets] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:122
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.023) 0:03:02.174 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log))
TASK [fedora.linux_system_roles.podman : Set variables part 1] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.135) 0:03:02.310 ********
ok: [sut] => {
"ansible_facts": {
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set variables part 2] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.024) 0:03:02.334 ********
ok: [sut] => {
"ansible_facts": {
"__podman_rootless": false,
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.029) 0:03:02.364 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.033) 0:03:02.397 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.020) 0:03:02.417 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.021) 0:03:02.439 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.022) 0:03:02.462 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Manage each secret] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34
Wednesday 10 July 2024 04:55:59 +0000 (0:00:00.022) 0:03:02.484 ********
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Set variables part 1] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.273) 0:03:02.758 ********
ok: [sut] => {
"ansible_facts": {
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set variables part 2] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.027) 0:03:02.786 ********
ok: [sut] => {
"ansible_facts": {
"__podman_rootless": false,
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.028) 0:03:02.814 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.039) 0:03:02.853 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.021) 0:03:02.874 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.021) 0:03:02.895 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.018) 0:03:02.914 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Manage each secret] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.057) 0:03:02.971 ********
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Set variables part 1] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.271) 0:03:03.243 ********
ok: [sut] => {
"ansible_facts": {
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set variables part 2] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:7
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.025) 0:03:03.269 ********
ok: [sut] => {
"ansible_facts": {
"__podman_rootless": false,
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:13
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.027) 0:03:03.296 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.031) 0:03:03.328 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.018) 0:03:03.346 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.019) 0:03:03.366 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:18
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.018) 0:03:03.384 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Manage each secret] *******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:34
Wednesday 10 July 2024 04:56:00 +0000 (0:00:00.018) 0:03:03.402 ********
changed: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": true
}
TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129
Wednesday 10 July 2024 04:56:01 +0000 (0:00:00.267) 0:03:03.670 ********
skipping: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136
Wednesday 10 July 2024 04:56:01 +0000 (0:00:00.017) 0:03:03.688 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item=(censored due to no_log))
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Wednesday 10 July 2024 04:56:01 +0000 (0:00:00.095) 0:03:03.784 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_file_src": "quadlet-demo.kube",
"__podman_quadlet_spec": {},
"__podman_quadlet_str": "[Install]\nWantedBy=default.target\n\n[Unit]\nRequires=quadlet-demo-mysql.service\nAfter=quadlet-demo-mysql.service\n\n[Kube]\n# Point to the yaml file in the same directory\nYaml=quadlet-demo.yml\n# Use the quadlet-demo network\nNetwork=quadlet-demo.network\n# Publish the envoy proxy data port\nPublishPort=8000:8080\n# Publish the envoy proxy admin port\nPublishPort=9000:9901\n# Use the envoy proxy config map in the same directory\nConfigMap=envoy-proxy-configmap.yml",
"__podman_quadlet_template_src": ""
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Wednesday 10 July 2024 04:56:01 +0000 (0:00:00.030) 0:03:03.814 ********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "absent",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Wednesday 10 July 2024 04:56:01 +0000 (0:00:00.025) 0:03:03.839 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Wednesday 10 July 2024 04:56:01 +0000 (0:00:00.020) 0:03:03.860 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_name": "quadlet-demo",
"__podman_quadlet_type": "kube",
"__podman_rootless": false
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Wednesday 10 July 2024 04:56:01 +0000 (0:00:00.030) 0:03:03.890 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Wednesday 10 July 2024 04:56:01 +0000 (0:00:00.081) 0:03:03.972 ********
skipping: [sut] => {
"changed": false,
"false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Wednesday 10 July 2024 04:56:01 +0000 (0:00:00.024) 0:03:03.996 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Wednesday 10 July 2024 04:56:01 +0000 (0:00:00.025) 0:03:04.021 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Wednesday 10 July 2024 04:56:01 +0000 (0:00:00.029) 0:03:04.051 ********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Wednesday 10 July 2024 04:56:01 +0000 (0:00:00.233) 0:03:04.284 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Wednesday 10 July 2024 04:56:01 +0000 (0:00:00.028) 0:03:04.313 ********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720587289.1717014,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720587229.297673,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-pie-executable",
"mode": "0755",
"mtime": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "3538107906",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Wednesday 10 July 2024 04:56:01 +0000 (0:00:00.228) 0:03:04.542 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check group with getsubids] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Wednesday 10 July 2024 04:56:02 +0000 (0:00:00.020) 0:03:04.562 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Wednesday 10 July 2024 04:56:02 +0000 (0:00:00.018) 0:03:04.581 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Wednesday 10 July 2024 04:56:02 +0000 (0:00:00.018) 0:03:04.599 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Wednesday 10 July 2024 04:56:02 +0000 (0:00:00.019) 0:03:04.619 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Wednesday 10 July 2024 04:56:02 +0000 (0:00:00.018) 0:03:04.638 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Wednesday 10 July 2024 04:56:02 +0000 (0:00:00.019) 0:03:04.657 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Wednesday 10 July 2024 04:56:02 +0000 (0:00:00.019) 0:03:04.676 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Wednesday 10 July 2024 04:56:02 +0000 (0:00:00.020) 0:03:04.696 ********
ok: [sut] => {
"ansible_facts": {
"__podman_activate_systemd_unit": true,
"__podman_images_found": [],
"__podman_kube_yamls_raw": [
"quadlet-demo.yml"
],
"__podman_service_name": "quadlet-demo.service",
"__podman_systemd_scope": "system",
"__podman_user_home_dir": "/root",
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Wednesday 10 July 2024 04:56:02 +0000 (0:00:00.035) 0:03:04.732 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Wednesday 10 July 2024 04:56:02 +0000 (0:00:00.020) 0:03:04.753 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state != \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Wednesday 10 July 2024 04:56:02 +0000 (0:00:00.061) 0:03:04.815 ********
ok: [sut] => {
"ansible_facts": {
"__podman_images": [],
"__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.kube",
"__podman_volumes": []
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Wednesday 10 July 2024 04:56:02 +0000 (0:00:00.049) 0:03:04.864 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Cleanup quadlets] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Wednesday 10 July 2024 04:56:02 +0000 (0:00:00.026) 0:03:04.890 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4
Wednesday 10 July 2024 04:56:02 +0000 (0:00:00.047) 0:03:04.938 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Stop and disable service] *************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12
Wednesday 10 July 2024 04:56:02 +0000 (0:00:00.021) 0:03:04.959 ********
changed: [sut] => {
"changed": true,
"enabled": false,
"failed_when_result": false,
"name": "quadlet-demo.service",
"state": "stopped",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestamp": "Wed 2024-07-10 04:55:49 UTC",
"ActiveEnterTimestampMonotonic": "673031178",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "basic.target quadlet-demo-mysql.service quadlet-demo-network.service systemd-journald.socket system.slice sysinit.target -.mount",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Wed 2024-07-10 04:55:48 UTC",
"AssertTimestampMonotonic": "672068792",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "521745000",
"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 2024-07-10 04:55:48 UTC",
"ConditionTimestampMonotonic": "672068788",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroup": "/system.slice/quadlet-demo.service",
"ControlGroupId": "8318",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "quadlet-demo.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"EffectiveCPUs": "0-1",
"EffectiveMemoryNodes": "0",
"Environment": "PODMAN_SYSTEMD_UNIT=quadlet-demo.service",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainPID": "9502",
"ExecMainStartTimestamp": "Wed 2024-07-10 04:55:49 UTC",
"ExecMainStartTimestampMonotonic": "673031081",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true --network=systemd-quadlet-demo --configmap /etc/containers/systemd/envoy-proxy-configmap.yml --publish 8000:8080 --publish 9000:9901 /etc/containers/systemd/quadlet-demo.yml ; ignore_errors=no ; start_time=[Wed 2024-07-10 04:55:48 UTC] ; stop_time=[n/a] ; pid=9462 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true --network=systemd-quadlet-demo --configmap /etc/containers/systemd/envoy-proxy-configmap.yml --publish 8000:8080 --publish 9000:9901 /etc/containers/systemd/quadlet-demo.yml ; flags= ; start_time=[Wed 2024-07-10 04:55:48 UTC] ; stop_time=[n/a] ; pid=9462 ; code=(null) ; status=0/0 }",
"ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/systemd/quadlet-demo.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/systemd/quadlet-demo.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/run/systemd/generator/quadlet-demo.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Wed 2024-07-10 04:55:48 UTC",
"InactiveExitTimestampMonotonic": "672084346",
"InvocationID": "fa8504fe81754d9b99578f920f56e995",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "mixed",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "9502",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2804117504",
"MemoryCurrent": "4263936",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "31571968",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "0",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "0",
"MemoryZSwapCurrent": "0",
"MemoryZSwapMax": "infinity",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "quadlet-demo.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "all",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "quadlet-demo-mysql.service system.slice quadlet-demo-network.service sysinit.target -.mount",
"RequiresMountsFor": "/run/containers",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"SourcePath": "/etc/containers/systemd/quadlet-demo.kube",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Wed 2024-07-10 04:55:49 UTC",
"StateChangeTimestampMonotonic": "673031178",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "running",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "4",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "45s",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.podman : Remove quadlet file] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33
Wednesday 10 July 2024 04:56:03 +0000 (0:00:01.414) 0:03:06.374 ********
changed: [sut] => {
"changed": true,
"path": "/etc/containers/systemd/quadlet-demo.kube",
"state": "absent"
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39
Wednesday 10 July 2024 04:56:04 +0000 (0:00:00.230) 0:03:06.604 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:56:04 +0000 (0:00:00.034) 0:03:06.639 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:56:04 +0000 (0:00:00.022) 0:03:06.662 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:56:04 +0000 (0:00:00.020) 0:03:06.682 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47
Wednesday 10 July 2024 04:56:04 +0000 (0:00:00.019) 0:03:06.702 ********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56
Wednesday 10 July 2024 04:56:04 +0000 (0:00:00.682) 0:03:07.384 ********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"image",
"prune",
"--all",
"-f"
],
"delta": "0:00:00.608476",
"end": "2024-07-10 04:56:05.632604",
"rc": 0,
"start": "2024-07-10 04:56:05.024128"
}
STDOUT:
fcf3e41b8864a14d75a6d0627d3d02154e28a153aa57e8baa392cd744ffa0d0b
5af2585e22ed1562885d9407efab74010090427be79048c2cd6a226517cc1e1d
2f75ca96603941395824035620a0375e51041c394e8e49a956ae25105a2a333b
TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64
Wednesday 10 July 2024 04:56:05 +0000 (0:00:00.832) 0:03:08.217 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"network\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Remove volumes no longer in use] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73
Wednesday 10 July 2024 04:56:05 +0000 (0:00:00.021) 0:03:08.238 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"volume\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - images] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82
Wednesday 10 July 2024 04:56:05 +0000 (0:00:00.020) 0:03:08.258 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"images",
"-n"
],
"delta": "0:00:00.035469",
"end": "2024-07-10 04:56:05.932614",
"rc": 0,
"start": "2024-07-10 04:56:05.897145"
}
STDOUT:
quay.io/linux-system-roles/mysql 5.6 dd3b2a5dcb48 2 years ago 308 MB
TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92
Wednesday 10 July 2024 04:56:05 +0000 (0:00:00.259) 0:03:08.517 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"volume",
"ls",
"-n"
],
"delta": "0:00:00.031566",
"end": "2024-07-10 04:56:06.185332",
"rc": 0,
"start": "2024-07-10 04:56:06.153766"
}
STDOUT:
local systemd-quadlet-demo-mysql
local wp-pv-claim
local envoy-proxy-config
local envoy-certificates
TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102
Wednesday 10 July 2024 04:56:06 +0000 (0:00:00.301) 0:03:08.819 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"--noheading"
],
"delta": "0:00:00.037075",
"end": "2024-07-10 04:56:06.498541",
"rc": 0,
"start": "2024-07-10 04:56:06.461466"
}
STDOUT:
9eeca35d25a7 quay.io/linux-system-roles/mysql:5.6 mysqld 49 seconds ago Up 49 seconds (starting) 3306/tcp quadlet-demo-mysql
TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112
Wednesday 10 July 2024 04:56:06 +0000 (0:00:00.265) 0:03:09.084 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"network",
"ls",
"-n",
"-q"
],
"delta": "0:00:00.030418",
"end": "2024-07-10 04:56:06.753835",
"rc": 0,
"start": "2024-07-10 04:56:06.723417"
}
STDOUT:
podman
systemd-quadlet-demo
TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122
Wednesday 10 July 2024 04:56:06 +0000 (0:00:00.256) 0:03:09.341 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - services] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
Wednesday 10 July 2024 04:56:07 +0000 (0:00:00.254) 0:03:09.595 ********
ok: [sut] => {
"ansible_facts": {
"services": {
"9eeca35d25a744152a1e0b0a8fa70a8daf7677423d6d9a371c9cdd01ec5d54cc-7fa01474fe8eb668.service": {
"name": "9eeca35d25a744152a1e0b0a8fa70a8daf7677423d6d9a371c9cdd01ec5d54cc-7fa01474fe8eb668.service",
"source": "systemd",
"state": "stopped",
"status": "failed"
},
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"auditd.service": {
"name": "auditd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"auth-rpcgss-module.service": {
"name": "auth-rpcgss-module.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"bluetooth.service": {
"name": "bluetooth.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"certmonger.service": {
"name": "certmonger.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd-restricted.service": {
"name": "chronyd-restricted.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-hotplugd.service": {
"name": "cloud-init-hotplugd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.bluez.service": {
"name": "dbus-org.bluez.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.fedoraproject.FirewallD1.service": {
"name": "dbus-org.fedoraproject.FirewallD1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.home1.service": {
"name": "dbus-org.freedesktop.home1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-system-upgrade-cleanup.service": {
"name": "dnf-system-upgrade-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dnf-system-upgrade.service": {
"name": "dnf-system-upgrade.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dracut-cmdline.service": {
"name": "dracut-cmdline.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-initqueue.service": {
"name": "dracut-initqueue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-mount.service": {
"name": "dracut-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-mount.service": {
"name": "dracut-pre-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-pivot.service": {
"name": "dracut-pre-pivot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-trigger.service": {
"name": "dracut-pre-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-udev.service": {
"name": "dracut-pre-udev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown-onfailure.service": {
"name": "dracut-shutdown-onfailure.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ebtables.service": {
"name": "ebtables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"firewalld.service": {
"name": "firewalld.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"fsidd.service": {
"name": "fsidd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fwupd-offline-update.service": {
"name": "fwupd-offline-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"fwupd-refresh.service": {
"name": "fwupd-refresh.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"fwupd.service": {
"name": "fwupd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"hv_kvp_daemon.service": {
"name": "hv_kvp_daemon.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"initrd-cleanup.service": {
"name": "initrd-cleanup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-parse-etc.service": {
"name": "initrd-parse-etc.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-switch-root.service": {
"name": "initrd-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-udevadm-cleanup-db.service": {
"name": "initrd-udevadm-cleanup-db.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ip6tables.service": {
"name": "ip6tables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ipset.service": {
"name": "ipset.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iptables.service": {
"name": "iptables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"mdadm-grow-continue@.service": {
"name": "mdadm-grow-continue@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdadm-last-resort@.service": {
"name": "mdadm-last-resort@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdcheck_continue.service": {
"name": "mdcheck_continue.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdcheck_start.service": {
"name": "mdcheck_start.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdmon@.service": {
"name": "mdmon@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdmonitor-oneshot.service": {
"name": "mdmonitor-oneshot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdmonitor.service": {
"name": "mdmonitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@dm_mod.service": {
"name": "modprobe@dm_mod.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@efi_pstore.service": {
"name": "modprobe@efi_pstore.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@loop.service": {
"name": "modprobe@loop.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"netavark-dhcp-proxy.service": {
"name": "netavark-dhcp-proxy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"netavark-firewalld-reload.service": {
"name": "netavark-firewalld-reload.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-idmapd.service": {
"name": "nfs-idmapd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-mountd.service": {
"name": "nfs-mountd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-server.service": {
"name": "nfs-server.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-utils.service": {
"name": "nfs-utils.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfsdcld.service": {
"name": "nfsdcld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nftables.service": {
"name": "nftables.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"pam_namespace.service": {
"name": "pam_namespace.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"passim.service": {
"name": "passim.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcscd.service": {
"name": "pcscd.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"plymouth-halt.service": {
"name": "plymouth-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-kexec.service": {
"name": "plymouth-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-poweroff.service": {
"name": "plymouth-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-quit.service": {
"name": "plymouth-quit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-read-write.service": {
"name": "plymouth-read-write.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-reboot.service": {
"name": "plymouth-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-switch-root-initramfs.service": {
"name": "plymouth-switch-root-initramfs.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-switch-root.service": {
"name": "plymouth-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"podman-auto-update.service": {
"name": "podman-auto-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman-clean-transient.service": {
"name": "podman-clean-transient.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman-kube@.service": {
"name": "podman-kube@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"podman-restart.service": {
"name": "podman-restart.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman.service": {
"name": "podman.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"quadlet-demo-mysql-volume.service": {
"name": "quadlet-demo-mysql-volume.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"quadlet-demo-mysql.service": {
"name": "quadlet-demo-mysql.service",
"source": "systemd",
"state": "running",
"status": "generated"
},
"quadlet-demo-network.service": {
"name": "quadlet-demo-network.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"quotaon.service": {
"name": "quotaon.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"raid-check.service": {
"name": "raid-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"restraintd.service": {
"name": "restraintd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rngd.service": {
"name": "rngd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpc-gssd.service": {
"name": "rpc-gssd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd-notify.service": {
"name": "rpc-statd-notify.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd.service": {
"name": "rpc-statd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-svcgssd.service": {
"name": "rpc-svcgssd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"rpmdb-migrate.service": {
"name": "rpmdb-migrate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ssh-host-keys-migration.service": {
"name": "ssh-host-keys-migration.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-plymouth.service": {
"name": "systemd-ask-password-plymouth.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-battery-check.service": {
"name": "systemd-battery-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-random-seed.service": {
"name": "systemd-boot-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-boot-update.service": {
"name": "systemd-boot-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-bsod.service": {
"name": "systemd-bsod.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-growfs-root.service": {
"name": "systemd-growfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-growfs@.service": {
"name": "systemd-growfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd-wait-online@.service": {
"name": "systemd-networkd-wait-online@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrfs-root.service": {
"name": "systemd-pcrfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pcrfs@.service": {
"name": "systemd-pcrfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrmachine.service": {
"name": "systemd-pcrmachine.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-initrd.service": {
"name": "systemd-pcrphase-initrd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-sysinit.service": {
"name": "systemd-pcrphase-sysinit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase.service": {
"name": "systemd-pcrphase.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-portabled.service": {
"name": "systemd-portabled.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-quotacheck.service": {
"name": "systemd-quotacheck.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-random-seed.service": {
"name": "systemd-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-reboot.service": {
"name": "systemd-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-soft-reboot.service": {
"name": "systemd-soft-reboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-storagetm.service": {
"name": "systemd-storagetm.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-sysupdate-reboot.service": {
"name": "systemd-sysupdate-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysupdate.service": {
"name": "systemd-sysupdate.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev-early.service": {
"name": "systemd-tmpfiles-setup-dev-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev.service": {
"name": "systemd-tmpfiles-setup-dev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup.service": {
"name": "systemd-tmpfiles-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-zram-setup@.service": {
"name": "systemd-zram-setup@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-zram-setup@zram0.service": {
"name": "systemd-zram-setup@zram0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"udisks2.service": {
"name": "udisks2.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Wednesday 10 July 2024 04:56:09 +0000 (0:00:02.412) 0:03:12.008 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state != \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Wednesday 10 July 2024 04:56:09 +0000 (0:00:00.023) 0:03:12.031 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_file_src": "",
"__podman_quadlet_spec": {},
"__podman_quadlet_str": "---\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: wp-pv-claim\n labels:\n app: wordpress\nspec:\n accessModes:\n - ReadWriteOnce\n resources:\n requests:\n storage: 20Gi\n---\napiVersion: v1\nkind: Pod\nmetadata:\n name: quadlet-demo\nspec:\n containers:\n - name: wordpress\n image: quay.io/linux-system-roles/wordpress:4.8-apache\n env:\n - name: WORDPRESS_DB_HOST\n value: quadlet-demo-mysql\n - name: WORDPRESS_DB_PASSWORD\n valueFrom:\n secretKeyRef:\n name: mysql-root-password-kube\n key: password\n volumeMounts:\n - name: wordpress-persistent-storage\n mountPath: /var/www/html\n resources:\n requests:\n memory: \"64Mi\"\n cpu: \"250m\"\n limits:\n memory: \"128Mi\"\n cpu: \"500m\"\n - name: envoy\n image: quay.io/linux-system-roles/envoyproxy:v1.25.0\n volumeMounts:\n - name: config-volume\n mountPath: /etc/envoy\n - name: certificates\n mountPath: /etc/envoy-certificates\n env:\n - name: ENVOY_UID\n value: \"0\"\n resources:\n requests:\n memory: \"64Mi\"\n cpu: \"250m\"\n limits:\n memory: \"128Mi\"\n cpu: \"500m\"\n volumes:\n - name: config-volume\n configMap:\n name: envoy-proxy-config\n - name: certificates\n secret:\n secretName: envoy-certificates\n - name: wordpress-persistent-storage\n persistentVolumeClaim:\n claimName: wp-pv-claim\n - name: www # not used - for testing hostpath\n hostPath:\n path: /tmp/httpd3\n - name: create # not used - for testing hostpath\n hostPath:\n path: /tmp/httpd3-create\n",
"__podman_quadlet_template_src": "quadlet-demo.yml.j2"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Wednesday 10 July 2024 04:56:09 +0000 (0:00:00.077) 0:03:12.108 ********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "absent",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Wednesday 10 July 2024 04:56:09 +0000 (0:00:00.029) 0:03:12.138 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_str",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Wednesday 10 July 2024 04:56:09 +0000 (0:00:00.028) 0:03:12.166 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_name": "quadlet-demo",
"__podman_quadlet_type": "yml",
"__podman_rootless": false
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Wednesday 10 July 2024 04:56:09 +0000 (0:00:00.032) 0:03:12.199 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Wednesday 10 July 2024 04:56:09 +0000 (0:00:00.042) 0:03:12.242 ********
skipping: [sut] => {
"changed": false,
"false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Wednesday 10 July 2024 04:56:09 +0000 (0:00:00.029) 0:03:12.271 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Wednesday 10 July 2024 04:56:09 +0000 (0:00:00.032) 0:03:12.303 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Wednesday 10 July 2024 04:56:09 +0000 (0:00:00.032) 0:03:12.335 ********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.288) 0:03:12.624 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.031) 0:03:12.656 ********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720587289.1717014,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720587229.297673,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-pie-executable",
"mode": "0755",
"mtime": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "3538107906",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.230) 0:03:12.886 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check group with getsubids] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.023) 0:03:12.909 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.021) 0:03:12.931 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.023) 0:03:12.954 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.022) 0:03:12.977 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.021) 0:03:12.998 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.022) 0:03:13.021 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.022) 0:03:13.043 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.020) 0:03:13.064 ********
ok: [sut] => {
"ansible_facts": {
"__podman_activate_systemd_unit": true,
"__podman_images_found": [],
"__podman_kube_yamls_raw": "",
"__podman_service_name": "",
"__podman_systemd_scope": "system",
"__podman_user_home_dir": "/root",
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.039) 0:03:13.104 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.024) 0:03:13.128 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state != \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.020) 0:03:13.149 ********
ok: [sut] => {
"ansible_facts": {
"__podman_images": [],
"__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.yml",
"__podman_volumes": []
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.049) 0:03:13.198 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Cleanup quadlets] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.067) 0:03:13.266 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.051) 0:03:13.317 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Stop and disable service] *************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.023) 0:03:13.340 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_service_name | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Remove quadlet file] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33
Wednesday 10 July 2024 04:56:10 +0000 (0:00:00.023) 0:03:13.364 ********
changed: [sut] => {
"changed": true,
"path": "/etc/containers/systemd/quadlet-demo.yml",
"state": "absent"
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39
Wednesday 10 July 2024 04:56:11 +0000 (0:00:00.228) 0:03:13.592 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:56:11 +0000 (0:00:00.036) 0:03:13.629 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:56:11 +0000 (0:00:00.021) 0:03:13.651 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:56:11 +0000 (0:00:00.021) 0:03:13.672 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47
Wednesday 10 July 2024 04:56:11 +0000 (0:00:00.021) 0:03:13.694 ********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56
Wednesday 10 July 2024 04:56:11 +0000 (0:00:00.674) 0:03:14.369 ********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"image",
"prune",
"--all",
"-f"
],
"delta": "0:00:00.033942",
"end": "2024-07-10 04:56:12.045088",
"rc": 0,
"start": "2024-07-10 04:56:12.011146"
}
TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64
Wednesday 10 July 2024 04:56:12 +0000 (0:00:00.265) 0:03:14.634 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"network\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Remove volumes no longer in use] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73
Wednesday 10 July 2024 04:56:12 +0000 (0:00:00.025) 0:03:14.659 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"volume\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - images] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82
Wednesday 10 July 2024 04:56:12 +0000 (0:00:00.073) 0:03:14.732 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"images",
"-n"
],
"delta": "0:00:00.034891",
"end": "2024-07-10 04:56:12.410863",
"rc": 0,
"start": "2024-07-10 04:56:12.375972"
}
STDOUT:
quay.io/linux-system-roles/mysql 5.6 dd3b2a5dcb48 2 years ago 308 MB
TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92
Wednesday 10 July 2024 04:56:12 +0000 (0:00:00.266) 0:03:14.999 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"volume",
"ls",
"-n"
],
"delta": "0:00:00.033137",
"end": "2024-07-10 04:56:12.670939",
"rc": 0,
"start": "2024-07-10 04:56:12.637802"
}
STDOUT:
local systemd-quadlet-demo-mysql
local wp-pv-claim
local envoy-proxy-config
local envoy-certificates
TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102
Wednesday 10 July 2024 04:56:12 +0000 (0:00:00.261) 0:03:15.260 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"--noheading"
],
"delta": "0:00:00.034674",
"end": "2024-07-10 04:56:12.936868",
"rc": 0,
"start": "2024-07-10 04:56:12.902194"
}
STDOUT:
9eeca35d25a7 quay.io/linux-system-roles/mysql:5.6 mysqld 55 seconds ago Up 55 seconds (starting) 3306/tcp quadlet-demo-mysql
TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112
Wednesday 10 July 2024 04:56:12 +0000 (0:00:00.265) 0:03:15.526 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"network",
"ls",
"-n",
"-q"
],
"delta": "0:00:00.033390",
"end": "2024-07-10 04:56:13.196984",
"rc": 0,
"start": "2024-07-10 04:56:13.163594"
}
STDOUT:
podman
systemd-quadlet-demo
TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122
Wednesday 10 July 2024 04:56:13 +0000 (0:00:00.261) 0:03:15.788 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - services] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
Wednesday 10 July 2024 04:56:13 +0000 (0:00:00.259) 0:03:16.047 ********
ok: [sut] => {
"ansible_facts": {
"services": {
"9eeca35d25a744152a1e0b0a8fa70a8daf7677423d6d9a371c9cdd01ec5d54cc-7fa01474fe8eb668.service": {
"name": "9eeca35d25a744152a1e0b0a8fa70a8daf7677423d6d9a371c9cdd01ec5d54cc-7fa01474fe8eb668.service",
"source": "systemd",
"state": "stopped",
"status": "failed"
},
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"auditd.service": {
"name": "auditd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"auth-rpcgss-module.service": {
"name": "auth-rpcgss-module.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"bluetooth.service": {
"name": "bluetooth.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"certmonger.service": {
"name": "certmonger.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd-restricted.service": {
"name": "chronyd-restricted.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-hotplugd.service": {
"name": "cloud-init-hotplugd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.bluez.service": {
"name": "dbus-org.bluez.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.fedoraproject.FirewallD1.service": {
"name": "dbus-org.fedoraproject.FirewallD1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.home1.service": {
"name": "dbus-org.freedesktop.home1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-system-upgrade-cleanup.service": {
"name": "dnf-system-upgrade-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dnf-system-upgrade.service": {
"name": "dnf-system-upgrade.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dracut-cmdline.service": {
"name": "dracut-cmdline.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-initqueue.service": {
"name": "dracut-initqueue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-mount.service": {
"name": "dracut-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-mount.service": {
"name": "dracut-pre-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-pivot.service": {
"name": "dracut-pre-pivot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-trigger.service": {
"name": "dracut-pre-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-udev.service": {
"name": "dracut-pre-udev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown-onfailure.service": {
"name": "dracut-shutdown-onfailure.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ebtables.service": {
"name": "ebtables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"firewalld.service": {
"name": "firewalld.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"fsidd.service": {
"name": "fsidd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fwupd-offline-update.service": {
"name": "fwupd-offline-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"fwupd-refresh.service": {
"name": "fwupd-refresh.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"fwupd.service": {
"name": "fwupd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"hv_kvp_daemon.service": {
"name": "hv_kvp_daemon.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"initrd-cleanup.service": {
"name": "initrd-cleanup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-parse-etc.service": {
"name": "initrd-parse-etc.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-switch-root.service": {
"name": "initrd-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-udevadm-cleanup-db.service": {
"name": "initrd-udevadm-cleanup-db.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ip6tables.service": {
"name": "ip6tables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ipset.service": {
"name": "ipset.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iptables.service": {
"name": "iptables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"mdadm-grow-continue@.service": {
"name": "mdadm-grow-continue@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdadm-last-resort@.service": {
"name": "mdadm-last-resort@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdcheck_continue.service": {
"name": "mdcheck_continue.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdcheck_start.service": {
"name": "mdcheck_start.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdmon@.service": {
"name": "mdmon@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdmonitor-oneshot.service": {
"name": "mdmonitor-oneshot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdmonitor.service": {
"name": "mdmonitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@dm_mod.service": {
"name": "modprobe@dm_mod.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@efi_pstore.service": {
"name": "modprobe@efi_pstore.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@loop.service": {
"name": "modprobe@loop.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"netavark-dhcp-proxy.service": {
"name": "netavark-dhcp-proxy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"netavark-firewalld-reload.service": {
"name": "netavark-firewalld-reload.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-idmapd.service": {
"name": "nfs-idmapd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-mountd.service": {
"name": "nfs-mountd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-server.service": {
"name": "nfs-server.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-utils.service": {
"name": "nfs-utils.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfsdcld.service": {
"name": "nfsdcld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nftables.service": {
"name": "nftables.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"pam_namespace.service": {
"name": "pam_namespace.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"passim.service": {
"name": "passim.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcscd.service": {
"name": "pcscd.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"plymouth-halt.service": {
"name": "plymouth-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-kexec.service": {
"name": "plymouth-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-poweroff.service": {
"name": "plymouth-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-quit.service": {
"name": "plymouth-quit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-read-write.service": {
"name": "plymouth-read-write.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-reboot.service": {
"name": "plymouth-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-switch-root-initramfs.service": {
"name": "plymouth-switch-root-initramfs.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-switch-root.service": {
"name": "plymouth-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"podman-auto-update.service": {
"name": "podman-auto-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman-clean-transient.service": {
"name": "podman-clean-transient.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman-kube@.service": {
"name": "podman-kube@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"podman-restart.service": {
"name": "podman-restart.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman.service": {
"name": "podman.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"quadlet-demo-mysql-volume.service": {
"name": "quadlet-demo-mysql-volume.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"quadlet-demo-mysql.service": {
"name": "quadlet-demo-mysql.service",
"source": "systemd",
"state": "running",
"status": "generated"
},
"quadlet-demo-network.service": {
"name": "quadlet-demo-network.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"quotaon.service": {
"name": "quotaon.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"raid-check.service": {
"name": "raid-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"restraintd.service": {
"name": "restraintd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rngd.service": {
"name": "rngd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpc-gssd.service": {
"name": "rpc-gssd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd-notify.service": {
"name": "rpc-statd-notify.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd.service": {
"name": "rpc-statd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-svcgssd.service": {
"name": "rpc-svcgssd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"rpmdb-migrate.service": {
"name": "rpmdb-migrate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ssh-host-keys-migration.service": {
"name": "ssh-host-keys-migration.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-plymouth.service": {
"name": "systemd-ask-password-plymouth.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-battery-check.service": {
"name": "systemd-battery-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-random-seed.service": {
"name": "systemd-boot-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-boot-update.service": {
"name": "systemd-boot-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-bsod.service": {
"name": "systemd-bsod.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-growfs-root.service": {
"name": "systemd-growfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-growfs@.service": {
"name": "systemd-growfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd-wait-online@.service": {
"name": "systemd-networkd-wait-online@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrfs-root.service": {
"name": "systemd-pcrfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pcrfs@.service": {
"name": "systemd-pcrfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrmachine.service": {
"name": "systemd-pcrmachine.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-initrd.service": {
"name": "systemd-pcrphase-initrd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-sysinit.service": {
"name": "systemd-pcrphase-sysinit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase.service": {
"name": "systemd-pcrphase.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-portabled.service": {
"name": "systemd-portabled.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-quotacheck.service": {
"name": "systemd-quotacheck.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-random-seed.service": {
"name": "systemd-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-reboot.service": {
"name": "systemd-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-soft-reboot.service": {
"name": "systemd-soft-reboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-storagetm.service": {
"name": "systemd-storagetm.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-sysupdate-reboot.service": {
"name": "systemd-sysupdate-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysupdate.service": {
"name": "systemd-sysupdate.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev-early.service": {
"name": "systemd-tmpfiles-setup-dev-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev.service": {
"name": "systemd-tmpfiles-setup-dev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup.service": {
"name": "systemd-tmpfiles-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-zram-setup@.service": {
"name": "systemd-zram-setup@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-zram-setup@zram0.service": {
"name": "systemd-zram-setup@zram0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"udisks2.service": {
"name": "udisks2.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Wednesday 10 July 2024 04:56:15 +0000 (0:00:02.349) 0:03:18.396 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state != \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Wednesday 10 July 2024 04:56:15 +0000 (0:00:00.022) 0:03:18.419 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_file_src": "envoy-proxy-configmap.yml",
"__podman_quadlet_spec": {},
"__podman_quadlet_str": "---\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: envoy-proxy-config\ndata:\n envoy.yaml: |\n admin:\n address:\n socket_address:\n address: 0.0.0.0\n port_value: 9901\n\n static_resources:\n listeners:\n - name: listener_0\n address:\n socket_address:\n address: 0.0.0.0\n port_value: 8080\n filter_chains:\n - filters:\n - name: envoy.filters.network.http_connection_manager\n typed_config:\n \"@type\": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager\n stat_prefix: ingress_http\n codec_type: AUTO\n route_config:\n name: local_route\n virtual_hosts:\n - name: local_service\n domains: [\"*\"]\n routes:\n - match:\n prefix: \"/\"\n route:\n cluster: backend\n http_filters:\n - name: envoy.filters.http.router\n typed_config:\n \"@type\": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router\n transport_socket:\n name: envoy.transport_sockets.tls\n typed_config:\n \"@type\": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext\n common_tls_context:\n tls_certificates:\n - certificate_chain:\n filename: /etc/envoy-certificates/certificate.pem\n private_key:\n filename: /etc/envoy-certificates/certificate.key\n clusters:\n - name: backend\n connect_timeout: 5s\n type: STATIC\n dns_refresh_rate: 1800s\n lb_policy: ROUND_ROBIN\n load_assignment:\n cluster_name: backend\n endpoints:\n - lb_endpoints:\n - endpoint:\n address:\n socket_address:\n address: 127.0.0.1\n port_value: 80",
"__podman_quadlet_template_src": ""
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Wednesday 10 July 2024 04:56:15 +0000 (0:00:00.030) 0:03:18.450 ********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "absent",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Wednesday 10 July 2024 04:56:15 +0000 (0:00:00.028) 0:03:18.478 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Wednesday 10 July 2024 04:56:15 +0000 (0:00:00.022) 0:03:18.500 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_name": "envoy-proxy-configmap",
"__podman_quadlet_type": "yml",
"__podman_rootless": false
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Wednesday 10 July 2024 04:56:15 +0000 (0:00:00.032) 0:03:18.533 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.040) 0:03:18.574 ********
skipping: [sut] => {
"changed": false,
"false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.076) 0:03:18.650 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.027) 0:03:18.678 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.031) 0:03:18.710 ********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.229) 0:03:18.939 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.031) 0:03:18.971 ********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720587289.1717014,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720587229.297673,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-pie-executable",
"mode": "0755",
"mtime": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "3538107906",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.225) 0:03:19.196 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check group with getsubids] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.021) 0:03:19.217 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.021) 0:03:19.238 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.021) 0:03:19.260 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.020) 0:03:19.281 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.020) 0:03:19.301 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.020) 0:03:19.322 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.020) 0:03:19.342 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.020) 0:03:19.363 ********
ok: [sut] => {
"ansible_facts": {
"__podman_activate_systemd_unit": true,
"__podman_images_found": [],
"__podman_kube_yamls_raw": "",
"__podman_service_name": "",
"__podman_systemd_scope": "system",
"__podman_user_home_dir": "/root",
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.038) 0:03:19.401 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.064) 0:03:19.466 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state != \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.022) 0:03:19.488 ********
ok: [sut] => {
"ansible_facts": {
"__podman_images": [],
"__podman_quadlet_file": "/etc/containers/systemd/envoy-proxy-configmap.yml",
"__podman_volumes": []
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Wednesday 10 July 2024 04:56:16 +0000 (0:00:00.050) 0:03:19.538 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Cleanup quadlets] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Wednesday 10 July 2024 04:56:17 +0000 (0:00:00.026) 0:03:19.565 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4
Wednesday 10 July 2024 04:56:17 +0000 (0:00:00.048) 0:03:19.614 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Stop and disable service] *************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12
Wednesday 10 July 2024 04:56:17 +0000 (0:00:00.021) 0:03:19.635 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_service_name | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Remove quadlet file] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33
Wednesday 10 July 2024 04:56:17 +0000 (0:00:00.022) 0:03:19.658 ********
changed: [sut] => {
"changed": true,
"path": "/etc/containers/systemd/envoy-proxy-configmap.yml",
"state": "absent"
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39
Wednesday 10 July 2024 04:56:17 +0000 (0:00:00.228) 0:03:19.886 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:56:17 +0000 (0:00:00.038) 0:03:19.925 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:56:17 +0000 (0:00:00.022) 0:03:19.948 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:56:17 +0000 (0:00:00.022) 0:03:19.970 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47
Wednesday 10 July 2024 04:56:17 +0000 (0:00:00.023) 0:03:19.994 ********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56
Wednesday 10 July 2024 04:56:18 +0000 (0:00:00.720) 0:03:20.714 ********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"image",
"prune",
"--all",
"-f"
],
"delta": "0:00:00.034954",
"end": "2024-07-10 04:56:18.389508",
"rc": 0,
"start": "2024-07-10 04:56:18.354554"
}
TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64
Wednesday 10 July 2024 04:56:18 +0000 (0:00:00.266) 0:03:20.981 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"network\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Remove volumes no longer in use] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73
Wednesday 10 July 2024 04:56:18 +0000 (0:00:00.024) 0:03:21.005 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"volume\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - images] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82
Wednesday 10 July 2024 04:56:18 +0000 (0:00:00.023) 0:03:21.029 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"images",
"-n"
],
"delta": "0:00:00.035143",
"end": "2024-07-10 04:56:18.709815",
"rc": 0,
"start": "2024-07-10 04:56:18.674672"
}
STDOUT:
quay.io/linux-system-roles/mysql 5.6 dd3b2a5dcb48 2 years ago 308 MB
TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92
Wednesday 10 July 2024 04:56:18 +0000 (0:00:00.270) 0:03:21.299 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"volume",
"ls",
"-n"
],
"delta": "0:00:00.033341",
"end": "2024-07-10 04:56:18.980252",
"rc": 0,
"start": "2024-07-10 04:56:18.946911"
}
STDOUT:
local systemd-quadlet-demo-mysql
local wp-pv-claim
local envoy-proxy-config
local envoy-certificates
TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102
Wednesday 10 July 2024 04:56:19 +0000 (0:00:00.269) 0:03:21.568 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"--noheading"
],
"delta": "0:00:00.051239",
"end": "2024-07-10 04:56:19.266414",
"rc": 0,
"start": "2024-07-10 04:56:19.215175"
}
STDOUT:
9eeca35d25a7 quay.io/linux-system-roles/mysql:5.6 mysqld About a minute ago Up About a minute (starting) 3306/tcp quadlet-demo-mysql
TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112
Wednesday 10 July 2024 04:56:19 +0000 (0:00:00.295) 0:03:21.864 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"network",
"ls",
"-n",
"-q"
],
"delta": "0:00:00.060704",
"end": "2024-07-10 04:56:19.694398",
"rc": 0,
"start": "2024-07-10 04:56:19.633694"
}
STDOUT:
podman
systemd-quadlet-demo
TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122
Wednesday 10 July 2024 04:56:19 +0000 (0:00:00.429) 0:03:22.293 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - services] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
Wednesday 10 July 2024 04:56:19 +0000 (0:00:00.257) 0:03:22.551 ********
ok: [sut] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"auditd.service": {
"name": "auditd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"auth-rpcgss-module.service": {
"name": "auth-rpcgss-module.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"bluetooth.service": {
"name": "bluetooth.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"certmonger.service": {
"name": "certmonger.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd-restricted.service": {
"name": "chronyd-restricted.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-hotplugd.service": {
"name": "cloud-init-hotplugd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.bluez.service": {
"name": "dbus-org.bluez.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.fedoraproject.FirewallD1.service": {
"name": "dbus-org.fedoraproject.FirewallD1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.home1.service": {
"name": "dbus-org.freedesktop.home1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-system-upgrade-cleanup.service": {
"name": "dnf-system-upgrade-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dnf-system-upgrade.service": {
"name": "dnf-system-upgrade.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dracut-cmdline.service": {
"name": "dracut-cmdline.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-initqueue.service": {
"name": "dracut-initqueue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-mount.service": {
"name": "dracut-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-mount.service": {
"name": "dracut-pre-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-pivot.service": {
"name": "dracut-pre-pivot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-trigger.service": {
"name": "dracut-pre-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-udev.service": {
"name": "dracut-pre-udev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown-onfailure.service": {
"name": "dracut-shutdown-onfailure.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ebtables.service": {
"name": "ebtables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"firewalld.service": {
"name": "firewalld.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"fsidd.service": {
"name": "fsidd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fwupd-offline-update.service": {
"name": "fwupd-offline-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"fwupd-refresh.service": {
"name": "fwupd-refresh.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"fwupd.service": {
"name": "fwupd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"hv_kvp_daemon.service": {
"name": "hv_kvp_daemon.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"initrd-cleanup.service": {
"name": "initrd-cleanup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-parse-etc.service": {
"name": "initrd-parse-etc.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-switch-root.service": {
"name": "initrd-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-udevadm-cleanup-db.service": {
"name": "initrd-udevadm-cleanup-db.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ip6tables.service": {
"name": "ip6tables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ipset.service": {
"name": "ipset.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iptables.service": {
"name": "iptables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"mdadm-grow-continue@.service": {
"name": "mdadm-grow-continue@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdadm-last-resort@.service": {
"name": "mdadm-last-resort@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdcheck_continue.service": {
"name": "mdcheck_continue.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdcheck_start.service": {
"name": "mdcheck_start.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdmon@.service": {
"name": "mdmon@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdmonitor-oneshot.service": {
"name": "mdmonitor-oneshot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdmonitor.service": {
"name": "mdmonitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@dm_mod.service": {
"name": "modprobe@dm_mod.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@efi_pstore.service": {
"name": "modprobe@efi_pstore.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@loop.service": {
"name": "modprobe@loop.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"netavark-dhcp-proxy.service": {
"name": "netavark-dhcp-proxy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"netavark-firewalld-reload.service": {
"name": "netavark-firewalld-reload.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-idmapd.service": {
"name": "nfs-idmapd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-mountd.service": {
"name": "nfs-mountd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-server.service": {
"name": "nfs-server.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-utils.service": {
"name": "nfs-utils.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfsdcld.service": {
"name": "nfsdcld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nftables.service": {
"name": "nftables.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"pam_namespace.service": {
"name": "pam_namespace.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"passim.service": {
"name": "passim.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcscd.service": {
"name": "pcscd.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"plymouth-halt.service": {
"name": "plymouth-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-kexec.service": {
"name": "plymouth-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-poweroff.service": {
"name": "plymouth-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-quit.service": {
"name": "plymouth-quit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-read-write.service": {
"name": "plymouth-read-write.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-reboot.service": {
"name": "plymouth-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-switch-root-initramfs.service": {
"name": "plymouth-switch-root-initramfs.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-switch-root.service": {
"name": "plymouth-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"podman-auto-update.service": {
"name": "podman-auto-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman-clean-transient.service": {
"name": "podman-clean-transient.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman-kube@.service": {
"name": "podman-kube@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"podman-restart.service": {
"name": "podman-restart.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman.service": {
"name": "podman.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"quadlet-demo-mysql-volume.service": {
"name": "quadlet-demo-mysql-volume.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"quadlet-demo-mysql.service": {
"name": "quadlet-demo-mysql.service",
"source": "systemd",
"state": "stopped",
"status": "failed"
},
"quadlet-demo-network.service": {
"name": "quadlet-demo-network.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"quotaon.service": {
"name": "quotaon.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"raid-check.service": {
"name": "raid-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"restraintd.service": {
"name": "restraintd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rngd.service": {
"name": "rngd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpc-gssd.service": {
"name": "rpc-gssd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd-notify.service": {
"name": "rpc-statd-notify.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd.service": {
"name": "rpc-statd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-svcgssd.service": {
"name": "rpc-svcgssd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"rpmdb-migrate.service": {
"name": "rpmdb-migrate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ssh-host-keys-migration.service": {
"name": "ssh-host-keys-migration.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-plymouth.service": {
"name": "systemd-ask-password-plymouth.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-battery-check.service": {
"name": "systemd-battery-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-random-seed.service": {
"name": "systemd-boot-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-boot-update.service": {
"name": "systemd-boot-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-bsod.service": {
"name": "systemd-bsod.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-growfs-root.service": {
"name": "systemd-growfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-growfs@.service": {
"name": "systemd-growfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd-wait-online@.service": {
"name": "systemd-networkd-wait-online@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrfs-root.service": {
"name": "systemd-pcrfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pcrfs@.service": {
"name": "systemd-pcrfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrmachine.service": {
"name": "systemd-pcrmachine.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-initrd.service": {
"name": "systemd-pcrphase-initrd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-sysinit.service": {
"name": "systemd-pcrphase-sysinit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase.service": {
"name": "systemd-pcrphase.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-portabled.service": {
"name": "systemd-portabled.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-quotacheck.service": {
"name": "systemd-quotacheck.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-random-seed.service": {
"name": "systemd-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-reboot.service": {
"name": "systemd-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-soft-reboot.service": {
"name": "systemd-soft-reboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-storagetm.service": {
"name": "systemd-storagetm.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-sysupdate-reboot.service": {
"name": "systemd-sysupdate-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysupdate.service": {
"name": "systemd-sysupdate.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev-early.service": {
"name": "systemd-tmpfiles-setup-dev-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev.service": {
"name": "systemd-tmpfiles-setup-dev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup.service": {
"name": "systemd-tmpfiles-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-zram-setup@.service": {
"name": "systemd-zram-setup@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-zram-setup@zram0.service": {
"name": "systemd-zram-setup@zram0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"udisks2.service": {
"name": "udisks2.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Wednesday 10 July 2024 04:56:22 +0000 (0:00:02.330) 0:03:24.882 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state != \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Wednesday 10 July 2024 04:56:22 +0000 (0:00:00.021) 0:03:24.903 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_file_src": "",
"__podman_quadlet_spec": {},
"__podman_quadlet_str": "[Install]\nWantedBy=default.target\n\n[Container]\nImage=quay.io/linux-system-roles/mysql:5.6\nContainerName=quadlet-demo-mysql\nVolume=quadlet-demo-mysql.volume:/var/lib/mysql\nVolume=/tmp/quadlet_demo:/var/lib/quadlet_demo:Z\nNetwork=quadlet-demo.network\nSecret=mysql-root-password-container,type=env,target=MYSQL_ROOT_PASSWORD\nHealthCmd=/usr/bin/true\nHealthOnFailure=kill\n",
"__podman_quadlet_template_src": "quadlet-demo-mysql.container.j2"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Wednesday 10 July 2024 04:56:22 +0000 (0:00:00.072) 0:03:24.976 ********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "absent",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Wednesday 10 July 2024 04:56:22 +0000 (0:00:00.027) 0:03:25.004 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_str",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Wednesday 10 July 2024 04:56:22 +0000 (0:00:00.023) 0:03:25.027 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_name": "quadlet-demo-mysql",
"__podman_quadlet_type": "container",
"__podman_rootless": false
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Wednesday 10 July 2024 04:56:22 +0000 (0:00:00.083) 0:03:25.110 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Wednesday 10 July 2024 04:56:22 +0000 (0:00:00.044) 0:03:25.155 ********
skipping: [sut] => {
"changed": false,
"false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Wednesday 10 July 2024 04:56:22 +0000 (0:00:00.028) 0:03:25.183 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Wednesday 10 July 2024 04:56:22 +0000 (0:00:00.027) 0:03:25.210 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Wednesday 10 July 2024 04:56:22 +0000 (0:00:00.040) 0:03:25.251 ********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Wednesday 10 July 2024 04:56:22 +0000 (0:00:00.234) 0:03:25.486 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Wednesday 10 July 2024 04:56:22 +0000 (0:00:00.035) 0:03:25.521 ********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720587289.1717014,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720587229.297673,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-pie-executable",
"mode": "0755",
"mtime": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "3538107906",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.230) 0:03:25.752 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check group with getsubids] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.023) 0:03:25.775 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.020) 0:03:25.796 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.021) 0:03:25.817 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.021) 0:03:25.838 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.020) 0:03:25.858 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.019) 0:03:25.878 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.068) 0:03:25.947 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.023) 0:03:25.970 ********
ok: [sut] => {
"ansible_facts": {
"__podman_activate_systemd_unit": true,
"__podman_images_found": [
"quay.io/linux-system-roles/mysql:5.6"
],
"__podman_kube_yamls_raw": "",
"__podman_service_name": "quadlet-demo-mysql.service",
"__podman_systemd_scope": "system",
"__podman_user_home_dir": "/root",
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.042) 0:03:26.012 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.024) 0:03:26.037 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state != \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.021) 0:03:26.058 ********
ok: [sut] => {
"ansible_facts": {
"__podman_images": [
"quay.io/linux-system-roles/mysql:5.6"
],
"__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo-mysql.container",
"__podman_volumes": [
"/tmp/quadlet_demo"
]
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.049) 0:03:26.108 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Cleanup quadlets] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.026) 0:03:26.134 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.048) 0:03:26.183 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Stop and disable service] *************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12
Wednesday 10 July 2024 04:56:23 +0000 (0:00:00.021) 0:03:26.205 ********
changed: [sut] => {
"changed": true,
"enabled": false,
"failed_when_result": false,
"name": "quadlet-demo-mysql.service",
"state": "stopped",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestamp": "Wed 2024-07-10 04:55:17 UTC",
"ActiveEnterTimestampMonotonic": "641191314",
"ActiveExitTimestamp": "Wed 2024-07-10 04:56:19 UTC",
"ActiveExitTimestampMonotonic": "703029173",
"ActiveState": "failed",
"After": "quadlet-demo-mysql-volume.service basic.target sysinit.target systemd-journald.socket tmp.mount -.mount quadlet-demo-network.service system.slice",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Wed 2024-07-10 04:55:17 UTC",
"AssertTimestampMonotonic": "640372942",
"Before": "shutdown.target multi-user.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "3894021000",
"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 2024-07-10 04:55:17 UTC",
"ConditionTimestampMonotonic": "640372938",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroupId": "7275",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "yes",
"DelegateControllers": "cpu cpuset io memory pids",
"Description": "quadlet-demo-mysql.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"Environment": "PODMAN_SYSTEMD_UNIT=quadlet-demo-mysql.service",
"ExecMainCode": "1",
"ExecMainExitTimestamp": "Wed 2024-07-10 04:56:19 UTC",
"ExecMainExitTimestampMonotonic": "703024068",
"ExecMainPID": "8198",
"ExecMainStartTimestamp": "Wed 2024-07-10 04:55:17 UTC",
"ExecMainStartTimestampMonotonic": "641191219",
"ExecMainStatus": "137",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-demo-mysql --cidfile=/run/quadlet-demo-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-demo --sdnotify=conmon -d -v systemd-quadlet-demo-mysql:/var/lib/mysql -v /tmp/quadlet_demo:/var/lib/quadlet_demo:Z --secret mysql-root-password-container,type=env,target=MYSQL_ROOT_PASSWORD --health-cmd /usr/bin/true --health-on-failure kill quay.io/linux-system-roles/mysql:5.6 ; ignore_errors=no ; start_time=[Wed 2024-07-10 04:55:17 UTC] ; stop_time=[Wed 2024-07-10 04:56:19 UTC] ; pid=8198 ; code=exited ; status=137 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman run --name=quadlet-demo-mysql --cidfile=/run/quadlet-demo-mysql.cid --replace --rm --cgroups=split --network=systemd-quadlet-demo --sdnotify=conmon -d -v systemd-quadlet-demo-mysql:/var/lib/mysql -v /tmp/quadlet_demo:/var/lib/quadlet_demo:Z --secret mysql-root-password-container,type=env,target=MYSQL_ROOT_PASSWORD --health-cmd /usr/bin/true --health-on-failure kill quay.io/linux-system-roles/mysql:5.6 ; flags= ; start_time=[Wed 2024-07-10 04:55:17 UTC] ; stop_time=[Wed 2024-07-10 04:56:19 UTC] ; pid=8198 ; code=exited ; status=137 }",
"ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPost": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; ignore_errors=yes ; start_time=[Wed 2024-07-10 04:56:19 UTC] ; stop_time=[Wed 2024-07-10 04:56:19 UTC] ; pid=11498 ; code=exited ; status=0 }",
"ExecStopPostEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman rm -v -f -i --cidfile=/run/quadlet-demo-mysql.cid ; flags=ignore-failure ; start_time=[Wed 2024-07-10 04:56:19 UTC] ; stop_time=[Wed 2024-07-10 04:56:19 UTC] ; pid=11498 ; code=exited ; status=0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/run/systemd/generator/quadlet-demo-mysql.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo-mysql.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestamp": "Wed 2024-07-10 04:56:19 UTC",
"InactiveEnterTimestampMonotonic": "703074351",
"InactiveExitTimestamp": "Wed 2024-07-10 04:55:17 UTC",
"InactiveExitTimestampMonotonic": "640379343",
"InvocationID": "154eb07cb47c4a62998e198edb650a11",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "mixed",
"KillSignal": "15",
"LimitAS": "infinity",
"LimitASSoft": "infinity",
"LimitCORE": "infinity",
"LimitCORESoft": "infinity",
"LimitCPU": "infinity",
"LimitCPUSoft": "infinity",
"LimitDATA": "infinity",
"LimitDATASoft": "infinity",
"LimitFSIZE": "infinity",
"LimitFSIZESoft": "infinity",
"LimitLOCKS": "infinity",
"LimitLOCKSSoft": "infinity",
"LimitMEMLOCK": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "3429691392",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "750321664",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "0",
"MemoryZSwapCurrent": "[not set]",
"MemoryZSwapMax": "infinity",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "quadlet-demo-mysql.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "all",
"OOMPolicy": "continue",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "quadlet-demo-network.service sysinit.target -.mount tmp.mount system.slice quadlet-demo-mysql-volume.service",
"RequiresMountsFor": "/run/containers /tmp/quadlet_demo",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "exit-code",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"SourcePath": "/etc/containers/systemd/quadlet-demo-mysql.container",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Wed 2024-07-10 04:56:19 UTC",
"StateChangeTimestampMonotonic": "703074351",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "failed",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo-mysql",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "45s",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.podman : Remove quadlet file] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33
Wednesday 10 July 2024 04:56:24 +0000 (0:00:00.699) 0:03:26.904 ********
changed: [sut] => {
"changed": true,
"path": "/etc/containers/systemd/quadlet-demo-mysql.container",
"state": "absent"
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39
Wednesday 10 July 2024 04:56:24 +0000 (0:00:00.230) 0:03:27.135 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:56:24 +0000 (0:00:00.034) 0:03:27.169 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:56:24 +0000 (0:00:00.073) 0:03:27.243 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:56:24 +0000 (0:00:00.022) 0:03:27.266 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47
Wednesday 10 July 2024 04:56:24 +0000 (0:00:00.021) 0:03:27.288 ********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56
Wednesday 10 July 2024 04:56:25 +0000 (0:00:00.724) 0:03:28.012 ********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"image",
"prune",
"--all",
"-f"
],
"delta": "0:00:00.246284",
"end": "2024-07-10 04:56:25.898281",
"rc": 0,
"start": "2024-07-10 04:56:25.651997"
}
STDOUT:
dd3b2a5dcb48ff61113592ed5ddd762581be4387c7bc552375a2159422aa6bf5
TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64
Wednesday 10 July 2024 04:56:25 +0000 (0:00:00.476) 0:03:28.488 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"network\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Remove volumes no longer in use] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73
Wednesday 10 July 2024 04:56:25 +0000 (0:00:00.025) 0:03:28.514 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"volume\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - images] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82
Wednesday 10 July 2024 04:56:25 +0000 (0:00:00.024) 0:03:28.538 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"images",
"-n"
],
"delta": "0:00:00.036945",
"end": "2024-07-10 04:56:26.213805",
"rc": 0,
"start": "2024-07-10 04:56:26.176860"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92
Wednesday 10 July 2024 04:56:26 +0000 (0:00:00.263) 0:03:28.802 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"volume",
"ls",
"-n"
],
"delta": "0:00:00.036044",
"end": "2024-07-10 04:56:26.473859",
"rc": 0,
"start": "2024-07-10 04:56:26.437815"
}
STDOUT:
local systemd-quadlet-demo-mysql
local wp-pv-claim
local envoy-proxy-config
local envoy-certificates
TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102
Wednesday 10 July 2024 04:56:26 +0000 (0:00:00.259) 0:03:29.061 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"--noheading"
],
"delta": "0:00:00.032824",
"end": "2024-07-10 04:56:26.732773",
"rc": 0,
"start": "2024-07-10 04:56:26.699949"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112
Wednesday 10 July 2024 04:56:26 +0000 (0:00:00.260) 0:03:29.322 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"network",
"ls",
"-n",
"-q"
],
"delta": "0:00:00.036164",
"end": "2024-07-10 04:56:26.996299",
"rc": 0,
"start": "2024-07-10 04:56:26.960135"
}
STDOUT:
podman
systemd-quadlet-demo
TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122
Wednesday 10 July 2024 04:56:27 +0000 (0:00:00.261) 0:03:29.583 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - services] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
Wednesday 10 July 2024 04:56:27 +0000 (0:00:00.257) 0:03:29.841 ********
ok: [sut] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"auditd.service": {
"name": "auditd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"auth-rpcgss-module.service": {
"name": "auth-rpcgss-module.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"bluetooth.service": {
"name": "bluetooth.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"certmonger.service": {
"name": "certmonger.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd-restricted.service": {
"name": "chronyd-restricted.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-hotplugd.service": {
"name": "cloud-init-hotplugd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.bluez.service": {
"name": "dbus-org.bluez.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.fedoraproject.FirewallD1.service": {
"name": "dbus-org.fedoraproject.FirewallD1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.home1.service": {
"name": "dbus-org.freedesktop.home1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-system-upgrade-cleanup.service": {
"name": "dnf-system-upgrade-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dnf-system-upgrade.service": {
"name": "dnf-system-upgrade.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dracut-cmdline.service": {
"name": "dracut-cmdline.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-initqueue.service": {
"name": "dracut-initqueue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-mount.service": {
"name": "dracut-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-mount.service": {
"name": "dracut-pre-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-pivot.service": {
"name": "dracut-pre-pivot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-trigger.service": {
"name": "dracut-pre-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-udev.service": {
"name": "dracut-pre-udev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown-onfailure.service": {
"name": "dracut-shutdown-onfailure.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ebtables.service": {
"name": "ebtables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"firewalld.service": {
"name": "firewalld.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"fsidd.service": {
"name": "fsidd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fwupd-offline-update.service": {
"name": "fwupd-offline-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"fwupd-refresh.service": {
"name": "fwupd-refresh.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"fwupd.service": {
"name": "fwupd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"hv_kvp_daemon.service": {
"name": "hv_kvp_daemon.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"initrd-cleanup.service": {
"name": "initrd-cleanup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-parse-etc.service": {
"name": "initrd-parse-etc.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-switch-root.service": {
"name": "initrd-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-udevadm-cleanup-db.service": {
"name": "initrd-udevadm-cleanup-db.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ip6tables.service": {
"name": "ip6tables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ipset.service": {
"name": "ipset.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iptables.service": {
"name": "iptables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"mdadm-grow-continue@.service": {
"name": "mdadm-grow-continue@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdadm-last-resort@.service": {
"name": "mdadm-last-resort@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdcheck_continue.service": {
"name": "mdcheck_continue.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdcheck_start.service": {
"name": "mdcheck_start.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdmon@.service": {
"name": "mdmon@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdmonitor-oneshot.service": {
"name": "mdmonitor-oneshot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdmonitor.service": {
"name": "mdmonitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@dm_mod.service": {
"name": "modprobe@dm_mod.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@efi_pstore.service": {
"name": "modprobe@efi_pstore.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@loop.service": {
"name": "modprobe@loop.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"netavark-dhcp-proxy.service": {
"name": "netavark-dhcp-proxy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"netavark-firewalld-reload.service": {
"name": "netavark-firewalld-reload.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-idmapd.service": {
"name": "nfs-idmapd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-mountd.service": {
"name": "nfs-mountd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-server.service": {
"name": "nfs-server.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-utils.service": {
"name": "nfs-utils.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfsdcld.service": {
"name": "nfsdcld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nftables.service": {
"name": "nftables.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"pam_namespace.service": {
"name": "pam_namespace.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"passim.service": {
"name": "passim.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcscd.service": {
"name": "pcscd.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"plymouth-halt.service": {
"name": "plymouth-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-kexec.service": {
"name": "plymouth-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-poweroff.service": {
"name": "plymouth-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-quit.service": {
"name": "plymouth-quit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-read-write.service": {
"name": "plymouth-read-write.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-reboot.service": {
"name": "plymouth-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-switch-root-initramfs.service": {
"name": "plymouth-switch-root-initramfs.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-switch-root.service": {
"name": "plymouth-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"podman-auto-update.service": {
"name": "podman-auto-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman-clean-transient.service": {
"name": "podman-clean-transient.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman-kube@.service": {
"name": "podman-kube@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"podman-restart.service": {
"name": "podman-restart.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman.service": {
"name": "podman.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"quadlet-demo-mysql-volume.service": {
"name": "quadlet-demo-mysql-volume.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"quadlet-demo-mysql.service": {
"name": "quadlet-demo-mysql.service",
"source": "systemd",
"state": "stopped",
"status": "failed"
},
"quadlet-demo-network.service": {
"name": "quadlet-demo-network.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"quotaon.service": {
"name": "quotaon.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"raid-check.service": {
"name": "raid-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"restraintd.service": {
"name": "restraintd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rngd.service": {
"name": "rngd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpc-gssd.service": {
"name": "rpc-gssd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd-notify.service": {
"name": "rpc-statd-notify.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd.service": {
"name": "rpc-statd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-svcgssd.service": {
"name": "rpc-svcgssd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"rpmdb-migrate.service": {
"name": "rpmdb-migrate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ssh-host-keys-migration.service": {
"name": "ssh-host-keys-migration.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-plymouth.service": {
"name": "systemd-ask-password-plymouth.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-battery-check.service": {
"name": "systemd-battery-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-random-seed.service": {
"name": "systemd-boot-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-boot-update.service": {
"name": "systemd-boot-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-bsod.service": {
"name": "systemd-bsod.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-growfs-root.service": {
"name": "systemd-growfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-growfs@.service": {
"name": "systemd-growfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd-wait-online@.service": {
"name": "systemd-networkd-wait-online@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrfs-root.service": {
"name": "systemd-pcrfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pcrfs@.service": {
"name": "systemd-pcrfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrmachine.service": {
"name": "systemd-pcrmachine.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-initrd.service": {
"name": "systemd-pcrphase-initrd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-sysinit.service": {
"name": "systemd-pcrphase-sysinit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase.service": {
"name": "systemd-pcrphase.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-portabled.service": {
"name": "systemd-portabled.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-quotacheck.service": {
"name": "systemd-quotacheck.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-random-seed.service": {
"name": "systemd-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-reboot.service": {
"name": "systemd-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-soft-reboot.service": {
"name": "systemd-soft-reboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-storagetm.service": {
"name": "systemd-storagetm.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-sysupdate-reboot.service": {
"name": "systemd-sysupdate-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysupdate.service": {
"name": "systemd-sysupdate.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev-early.service": {
"name": "systemd-tmpfiles-setup-dev-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev.service": {
"name": "systemd-tmpfiles-setup-dev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup.service": {
"name": "systemd-tmpfiles-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-zram-setup@.service": {
"name": "systemd-zram-setup@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-zram-setup@zram0.service": {
"name": "systemd-zram-setup@zram0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"udisks2.service": {
"name": "udisks2.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Wednesday 10 July 2024 04:56:29 +0000 (0:00:02.323) 0:03:32.164 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state != \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Wednesday 10 July 2024 04:56:29 +0000 (0:00:00.024) 0:03:32.189 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_file_src": "quadlet-demo-mysql.volume",
"__podman_quadlet_spec": {},
"__podman_quadlet_str": "[Volume]",
"__podman_quadlet_template_src": ""
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Wednesday 10 July 2024 04:56:29 +0000 (0:00:00.089) 0:03:32.279 ********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "absent",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Wednesday 10 July 2024 04:56:29 +0000 (0:00:00.029) 0:03:32.309 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Wednesday 10 July 2024 04:56:29 +0000 (0:00:00.023) 0:03:32.332 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_name": "quadlet-demo-mysql",
"__podman_quadlet_type": "volume",
"__podman_rootless": false
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Wednesday 10 July 2024 04:56:29 +0000 (0:00:00.033) 0:03:32.365 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Wednesday 10 July 2024 04:56:29 +0000 (0:00:00.042) 0:03:32.408 ********
skipping: [sut] => {
"changed": false,
"false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Wednesday 10 July 2024 04:56:29 +0000 (0:00:00.027) 0:03:32.436 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Wednesday 10 July 2024 04:56:29 +0000 (0:00:00.031) 0:03:32.468 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Wednesday 10 July 2024 04:56:29 +0000 (0:00:00.037) 0:03:32.505 ********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.233) 0:03:32.739 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.033) 0:03:32.773 ********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720587289.1717014,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720587229.297673,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-pie-executable",
"mode": "0755",
"mtime": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "3538107906",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.234) 0:03:33.007 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check group with getsubids] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.022) 0:03:33.029 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.021) 0:03:33.051 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.020) 0:03:33.072 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.072) 0:03:33.144 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.023) 0:03:33.167 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.023) 0:03:33.190 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.023) 0:03:33.213 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.022) 0:03:33.236 ********
ok: [sut] => {
"ansible_facts": {
"__podman_activate_systemd_unit": true,
"__podman_images_found": [],
"__podman_kube_yamls_raw": "",
"__podman_service_name": "quadlet-demo-mysql-volume.service",
"__podman_systemd_scope": "system",
"__podman_user_home_dir": "/root",
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.040) 0:03:33.277 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.024) 0:03:33.301 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state != \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.020) 0:03:33.321 ********
ok: [sut] => {
"ansible_facts": {
"__podman_images": [],
"__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo-mysql.volume",
"__podman_volumes": []
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.049) 0:03:33.371 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Cleanup quadlets] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.027) 0:03:33.399 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.049) 0:03:33.448 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Stop and disable service] *************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12
Wednesday 10 July 2024 04:56:30 +0000 (0:00:00.022) 0:03:33.470 ********
changed: [sut] => {
"changed": true,
"enabled": false,
"failed_when_result": false,
"name": "quadlet-demo-mysql-volume.service",
"state": "stopped",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestamp": "Wed 2024-07-10 04:55:05 UTC",
"ActiveEnterTimestampMonotonic": "628393622",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "system.slice sysinit.target basic.target -.mount systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Wed 2024-07-10 04:55:04 UTC",
"AssertTimestampMonotonic": "628336182",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "40587000",
"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 2024-07-10 04:55:04 UTC",
"ConditionTimestampMonotonic": "628336179",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "quadlet-demo-mysql-volume.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"ExecMainCode": "1",
"ExecMainExitTimestamp": "Wed 2024-07-10 04:55:05 UTC",
"ExecMainExitTimestampMonotonic": "628393500",
"ExecMainPID": "7673",
"ExecMainStartTimestamp": "Wed 2024-07-10 04:55:05 UTC",
"ExecMainStartTimestampMonotonic": "628343075",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-demo-mysql ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman volume create --ignore systemd-quadlet-demo-mysql ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/run/systemd/generator/quadlet-demo-mysql-volume.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo-mysql-volume.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Wed 2024-07-10 04:55:05 UTC",
"InactiveExitTimestampMonotonic": "628343343",
"InvocationID": "6f015f53616a4fc3a56defcbc6cdc90c",
"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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "3445567488",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"MemoryZSwapMax": "infinity",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "quadlet-demo-mysql-volume.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "yes",
"RemoveIPC": "no",
"Requires": "sysinit.target -.mount system.slice",
"RequiresMountsFor": "/run/containers",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"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]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Wed 2024-07-10 04:55:05 UTC",
"StateChangeTimestampMonotonic": "628393622",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "exited",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo-mysql-volume",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "infinity",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "oneshot",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.podman : Remove quadlet file] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33
Wednesday 10 July 2024 04:56:31 +0000 (0:00:00.721) 0:03:34.192 ********
changed: [sut] => {
"changed": true,
"path": "/etc/containers/systemd/quadlet-demo-mysql.volume",
"state": "absent"
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39
Wednesday 10 July 2024 04:56:32 +0000 (0:00:00.384) 0:03:34.577 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:56:32 +0000 (0:00:00.037) 0:03:34.615 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:56:32 +0000 (0:00:00.022) 0:03:34.637 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:56:32 +0000 (0:00:00.021) 0:03:34.659 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47
Wednesday 10 July 2024 04:56:32 +0000 (0:00:00.021) 0:03:34.680 ********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56
Wednesday 10 July 2024 04:56:33 +0000 (0:00:00.914) 0:03:35.595 ********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"image",
"prune",
"--all",
"-f"
],
"delta": "0:00:00.041159",
"end": "2024-07-10 04:56:33.283690",
"rc": 0,
"start": "2024-07-10 04:56:33.242531"
}
TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64
Wednesday 10 July 2024 04:56:33 +0000 (0:00:00.281) 0:03:35.877 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"network\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Remove volumes no longer in use] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73
Wednesday 10 July 2024 04:56:33 +0000 (0:00:00.025) 0:03:35.902 ********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"volume",
"prune",
"-f"
],
"delta": "0:00:00.157089",
"end": "2024-07-10 04:56:33.807553",
"rc": 0,
"start": "2024-07-10 04:56:33.650464"
}
STDOUT:
systemd-quadlet-demo-mysql
wp-pv-claim
envoy-proxy-config
envoy-certificates
TASK [fedora.linux_system_roles.podman : For testing and debugging - images] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82
Wednesday 10 July 2024 04:56:33 +0000 (0:00:00.497) 0:03:36.399 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"images",
"-n"
],
"delta": "0:00:00.036164",
"end": "2024-07-10 04:56:34.086170",
"rc": 0,
"start": "2024-07-10 04:56:34.050006"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92
Wednesday 10 July 2024 04:56:34 +0000 (0:00:00.275) 0:03:36.675 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"volume",
"ls",
"-n"
],
"delta": "0:00:00.031707",
"end": "2024-07-10 04:56:34.345666",
"rc": 0,
"start": "2024-07-10 04:56:34.313959"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102
Wednesday 10 July 2024 04:56:34 +0000 (0:00:00.259) 0:03:36.935 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"--noheading"
],
"delta": "0:00:00.035578",
"end": "2024-07-10 04:56:34.610317",
"rc": 0,
"start": "2024-07-10 04:56:34.574739"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112
Wednesday 10 July 2024 04:56:34 +0000 (0:00:00.264) 0:03:37.199 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"network",
"ls",
"-n",
"-q"
],
"delta": "0:00:00.032663",
"end": "2024-07-10 04:56:34.868432",
"rc": 0,
"start": "2024-07-10 04:56:34.835769"
}
STDOUT:
podman
systemd-quadlet-demo
TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122
Wednesday 10 July 2024 04:56:34 +0000 (0:00:00.254) 0:03:37.454 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - services] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
Wednesday 10 July 2024 04:56:35 +0000 (0:00:00.257) 0:03:37.711 ********
ok: [sut] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"auditd.service": {
"name": "auditd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"auth-rpcgss-module.service": {
"name": "auth-rpcgss-module.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"bluetooth.service": {
"name": "bluetooth.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"certmonger.service": {
"name": "certmonger.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd-restricted.service": {
"name": "chronyd-restricted.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-hotplugd.service": {
"name": "cloud-init-hotplugd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.bluez.service": {
"name": "dbus-org.bluez.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.fedoraproject.FirewallD1.service": {
"name": "dbus-org.fedoraproject.FirewallD1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.home1.service": {
"name": "dbus-org.freedesktop.home1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-system-upgrade-cleanup.service": {
"name": "dnf-system-upgrade-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dnf-system-upgrade.service": {
"name": "dnf-system-upgrade.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dracut-cmdline.service": {
"name": "dracut-cmdline.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-initqueue.service": {
"name": "dracut-initqueue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-mount.service": {
"name": "dracut-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-mount.service": {
"name": "dracut-pre-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-pivot.service": {
"name": "dracut-pre-pivot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-trigger.service": {
"name": "dracut-pre-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-udev.service": {
"name": "dracut-pre-udev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown-onfailure.service": {
"name": "dracut-shutdown-onfailure.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ebtables.service": {
"name": "ebtables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"firewalld.service": {
"name": "firewalld.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"fsidd.service": {
"name": "fsidd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fwupd-offline-update.service": {
"name": "fwupd-offline-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"fwupd-refresh.service": {
"name": "fwupd-refresh.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"fwupd.service": {
"name": "fwupd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"hv_kvp_daemon.service": {
"name": "hv_kvp_daemon.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"initrd-cleanup.service": {
"name": "initrd-cleanup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-parse-etc.service": {
"name": "initrd-parse-etc.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-switch-root.service": {
"name": "initrd-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-udevadm-cleanup-db.service": {
"name": "initrd-udevadm-cleanup-db.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ip6tables.service": {
"name": "ip6tables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ipset.service": {
"name": "ipset.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iptables.service": {
"name": "iptables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"mdadm-grow-continue@.service": {
"name": "mdadm-grow-continue@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdadm-last-resort@.service": {
"name": "mdadm-last-resort@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdcheck_continue.service": {
"name": "mdcheck_continue.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdcheck_start.service": {
"name": "mdcheck_start.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdmon@.service": {
"name": "mdmon@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdmonitor-oneshot.service": {
"name": "mdmonitor-oneshot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdmonitor.service": {
"name": "mdmonitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@dm_mod.service": {
"name": "modprobe@dm_mod.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@efi_pstore.service": {
"name": "modprobe@efi_pstore.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@loop.service": {
"name": "modprobe@loop.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"netavark-dhcp-proxy.service": {
"name": "netavark-dhcp-proxy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"netavark-firewalld-reload.service": {
"name": "netavark-firewalld-reload.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-idmapd.service": {
"name": "nfs-idmapd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-mountd.service": {
"name": "nfs-mountd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-server.service": {
"name": "nfs-server.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-utils.service": {
"name": "nfs-utils.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfsdcld.service": {
"name": "nfsdcld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nftables.service": {
"name": "nftables.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"pam_namespace.service": {
"name": "pam_namespace.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"passim.service": {
"name": "passim.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcscd.service": {
"name": "pcscd.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"plymouth-halt.service": {
"name": "plymouth-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-kexec.service": {
"name": "plymouth-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-poweroff.service": {
"name": "plymouth-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-quit.service": {
"name": "plymouth-quit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-read-write.service": {
"name": "plymouth-read-write.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-reboot.service": {
"name": "plymouth-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-switch-root-initramfs.service": {
"name": "plymouth-switch-root-initramfs.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-switch-root.service": {
"name": "plymouth-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"podman-auto-update.service": {
"name": "podman-auto-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman-clean-transient.service": {
"name": "podman-clean-transient.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman-kube@.service": {
"name": "podman-kube@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"podman-restart.service": {
"name": "podman-restart.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman.service": {
"name": "podman.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"quadlet-demo-mysql.service": {
"name": "quadlet-demo-mysql.service",
"source": "systemd",
"state": "stopped",
"status": "failed"
},
"quadlet-demo-network.service": {
"name": "quadlet-demo-network.service",
"source": "systemd",
"state": "stopped",
"status": "generated"
},
"quotaon.service": {
"name": "quotaon.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"raid-check.service": {
"name": "raid-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"restraintd.service": {
"name": "restraintd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rngd.service": {
"name": "rngd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpc-gssd.service": {
"name": "rpc-gssd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd-notify.service": {
"name": "rpc-statd-notify.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd.service": {
"name": "rpc-statd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-svcgssd.service": {
"name": "rpc-svcgssd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"rpmdb-migrate.service": {
"name": "rpmdb-migrate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ssh-host-keys-migration.service": {
"name": "ssh-host-keys-migration.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-plymouth.service": {
"name": "systemd-ask-password-plymouth.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-battery-check.service": {
"name": "systemd-battery-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-random-seed.service": {
"name": "systemd-boot-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-boot-update.service": {
"name": "systemd-boot-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-bsod.service": {
"name": "systemd-bsod.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-growfs-root.service": {
"name": "systemd-growfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-growfs@.service": {
"name": "systemd-growfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd-wait-online@.service": {
"name": "systemd-networkd-wait-online@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrfs-root.service": {
"name": "systemd-pcrfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pcrfs@.service": {
"name": "systemd-pcrfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrmachine.service": {
"name": "systemd-pcrmachine.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-initrd.service": {
"name": "systemd-pcrphase-initrd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-sysinit.service": {
"name": "systemd-pcrphase-sysinit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase.service": {
"name": "systemd-pcrphase.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-portabled.service": {
"name": "systemd-portabled.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-quotacheck.service": {
"name": "systemd-quotacheck.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-random-seed.service": {
"name": "systemd-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-reboot.service": {
"name": "systemd-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-soft-reboot.service": {
"name": "systemd-soft-reboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-storagetm.service": {
"name": "systemd-storagetm.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-sysupdate-reboot.service": {
"name": "systemd-sysupdate-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysupdate.service": {
"name": "systemd-sysupdate.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev-early.service": {
"name": "systemd-tmpfiles-setup-dev-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev.service": {
"name": "systemd-tmpfiles-setup-dev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup.service": {
"name": "systemd-tmpfiles-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-zram-setup@.service": {
"name": "systemd-zram-setup@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-zram-setup@zram0.service": {
"name": "systemd-zram-setup@zram0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"udisks2.service": {
"name": "udisks2.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Wednesday 10 July 2024 04:56:37 +0000 (0:00:02.430) 0:03:40.141 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state != \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14
Wednesday 10 July 2024 04:56:37 +0000 (0:00:00.022) 0:03:40.163 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_file_src": "quadlet-demo.network",
"__podman_quadlet_spec": {},
"__podman_quadlet_str": "[Network]\nSubnet=192.168.30.0/24\nGateway=192.168.30.1\nLabel=app=wordpress",
"__podman_quadlet_template_src": ""
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25
Wednesday 10 July 2024 04:56:37 +0000 (0:00:00.031) 0:03:40.195 ********
ok: [sut] => {
"ansible_facts": {
"__podman_continue_if_pull_fails": false,
"__podman_pull_image": true,
"__podman_state": "absent",
"__podman_systemd_unit_scope": "",
"__podman_user": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Fail if no quadlet spec is given] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35
Wednesday 10 July 2024 04:56:37 +0000 (0:00:00.028) 0:03:40.223 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_quadlet_file_src",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48
Wednesday 10 July 2024 04:56:37 +0000 (0:00:00.023) 0:03:40.247 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_name": "quadlet-demo",
"__podman_quadlet_type": "network",
"__podman_rootless": false
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57
Wednesday 10 July 2024 04:56:37 +0000 (0:00:00.032) 0:03:40.280 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for sut
TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Wednesday 10 July 2024 04:56:37 +0000 (0:00:00.041) 0:03:40.321 ********
skipping: [sut] => {
"changed": false,
"false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Wednesday 10 July 2024 04:56:37 +0000 (0:00:00.026) 0:03:40.348 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Wednesday 10 July 2024 04:56:37 +0000 (0:00:00.024) 0:03:40.373 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group": "0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get group information] ****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Wednesday 10 July 2024 04:56:37 +0000 (0:00:00.032) 0:03:40.405 ********
ok: [sut] => {
"ansible_facts": {
"getent_group": {
"root": [
"x",
"0",
""
]
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set group name] ***********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:35
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.228) 0:03:40.634 ********
ok: [sut] => {
"ansible_facts": {
"__podman_group_name": "root"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.031) 0:03:40.665 ********
ok: [sut] => {
"changed": false,
"stat": {
"atime": 1720587289.1717014,
"attr_flags": "e",
"attributes": [
"extents"
],
"block_size": 4096,
"blocks": 32,
"charset": "binary",
"checksum": "90e21e4e1feb2c9919e712a87df6caa0b481c909",
"ctime": 1720587229.297673,
"dev": 51714,
"device_type": 0,
"executable": true,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 203927,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mimetype": "application/x-pie-executable",
"mode": "0755",
"mtime": 1716422400.0,
"nlink": 1,
"path": "/usr/bin/getsubids",
"pw_name": "root",
"readable": true,
"rgrp": true,
"roth": true,
"rusr": true,
"size": 15728,
"uid": 0,
"version": "3538107906",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": true,
"xoth": true,
"xusr": true
}
}
TASK [fedora.linux_system_roles.podman : Check user with getsubids] ************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.224) 0:03:40.890 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Check group with getsubids] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.065) 0:03:40.955 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.023) 0:03:40.978 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_user not in [\"root\", \"0\"]",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:74
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.021) 0:03:41.000 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:79
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.020) 0:03:41.021 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:84
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.021) 0:03:41.042 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:94
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.021) 0:03:41.064 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Fail if group not in subgid file] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:101
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.021) 0:03:41.086 ********
skipping: [sut] => {
"changed": false,
"false_condition": "not __podman_stat_getsubids.stat.exists",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.020) 0:03:41.107 ********
ok: [sut] => {
"ansible_facts": {
"__podman_activate_systemd_unit": true,
"__podman_images_found": [],
"__podman_kube_yamls_raw": "",
"__podman_service_name": "quadlet-demo-network.service",
"__podman_systemd_scope": "system",
"__podman_user_home_dir": "/root",
"__podman_xdg_runtime_dir": "/run/user/0"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.041) 0:03:41.148 ********
ok: [sut] => {
"ansible_facts": {
"__podman_quadlet_path": "/etc/containers/systemd"
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Get kube yaml contents] ***************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.024) 0:03:41.172 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state != \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.021) 0:03:41.194 ********
ok: [sut] => {
"ansible_facts": {
"__podman_images": [],
"__podman_quadlet_file": "/etc/containers/systemd/quadlet-demo.network",
"__podman_volumes": []
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.048) 0:03:41.243 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Cleanup quadlets] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:110
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.027) 0:03:41.270 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml for sut
TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] *****************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:4
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.090) 0:03:41.360 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Stop and disable service] *************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12
Wednesday 10 July 2024 04:56:38 +0000 (0:00:00.022) 0:03:41.383 ********
changed: [sut] => {
"changed": true,
"enabled": false,
"failed_when_result": false,
"name": "quadlet-demo-network.service",
"state": "stopped",
"status": {
"AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
"ActiveEnterTimestamp": "Wed 2024-07-10 04:55:01 UTC",
"ActiveEnterTimestampMonotonic": "625066820",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "systemd-journald.socket -.mount basic.target system.slice sysinit.target",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Wed 2024-07-10 04:55:01 UTC",
"AssertTimestampMonotonic": "625021950",
"Before": "shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "36971000",
"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 2024-07-10 04:55:01 UTC",
"ConditionTimestampMonotonic": "625021947",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "quadlet-demo-network.service",
"DevicePolicy": "auto",
"DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
"DynamicUser": "no",
"ExecMainCode": "1",
"ExecMainExitTimestamp": "Wed 2024-07-10 04:55:01 UTC",
"ExecMainExitTimestampMonotonic": "625066699",
"ExecMainPID": "7403",
"ExecMainStartTimestamp": "Wed 2024-07-10 04:55:01 UTC",
"ExecMainStartTimestampMonotonic": "625028089",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman network create --ignore --subnet=192.168.30.0/24 --gateway=192.168.30.1 --label app=wordpress systemd-quadlet-demo ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman network create --ignore --subnet=192.168.30.0/24 --gateway=192.168.30.1 --label app=wordpress systemd-quadlet-demo ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/run/systemd/generator/quadlet-demo-network.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "quadlet-demo-network.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Wed 2024-07-10 04:55:01 UTC",
"InactiveExitTimestampMonotonic": "625028339",
"InvocationID": "054406a0a9c9434c80fa980035d0bc5e",
"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": "14750",
"LimitNPROCSoft": "14750",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "14750",
"LimitSIGPENDINGSoft": "14750",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "3432349696",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"MemoryZSwapMax": "infinity",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "quadlet-demo-network.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "yes",
"RemoveIPC": "no",
"Requires": "-.mount system.slice sysinit.target",
"RequiresMountsFor": "/run/containers",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"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]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Wed 2024-07-10 04:55:01 UTC",
"StateChangeTimestampMonotonic": "625066820",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "exited",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogIdentifier": "quadlet-demo-network",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "4425",
"TimeoutAbortUSec": "45s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "infinity",
"TimeoutStopFailureMode": "abort",
"TimeoutStopUSec": "45s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "oneshot",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "generated",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.podman : Remove quadlet file] ******************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:33
Wednesday 10 July 2024 04:56:39 +0000 (0:00:00.708) 0:03:42.091 ********
changed: [sut] => {
"changed": true,
"path": "/etc/containers/systemd/quadlet-demo.network",
"state": "absent"
}
TASK [fedora.linux_system_roles.podman : Manage linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:39
Wednesday 10 July 2024 04:56:39 +0000 (0:00:00.230) 0:03:42.322 ********
included: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for sut
TASK [fedora.linux_system_roles.podman : Enable linger if needed] **************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12
Wednesday 10 July 2024 04:56:39 +0000 (0:00:00.036) 0:03:42.358 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18
Wednesday 10 July 2024 04:56:39 +0000 (0:00:00.021) 0:03:42.379 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22
Wednesday 10 July 2024 04:56:39 +0000 (0:00:00.021) 0:03:42.401 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_rootless | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Reload systemctl] *********************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:47
Wednesday 10 July 2024 04:56:39 +0000 (0:00:00.021) 0:03:42.423 ********
ok: [sut] => {
"changed": false,
"name": null,
"status": {}
}
TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:56
Wednesday 10 July 2024 04:56:40 +0000 (0:00:00.658) 0:03:43.082 ********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"image",
"prune",
"--all",
"-f"
],
"delta": "0:00:00.039215",
"end": "2024-07-10 04:56:40.760213",
"rc": 0,
"start": "2024-07-10 04:56:40.720998"
}
TASK [fedora.linux_system_roles.podman : Remove networks no longer in use] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:64
Wednesday 10 July 2024 04:56:40 +0000 (0:00:00.265) 0:03:43.347 ********
changed: [sut] => {
"changed": true,
"cmd": [
"podman",
"network",
"prune",
"-f"
],
"delta": "0:00:00.034240",
"end": "2024-07-10 04:56:41.019889",
"rc": 0,
"start": "2024-07-10 04:56:40.985649"
}
STDOUT:
systemd-quadlet-demo
TASK [fedora.linux_system_roles.podman : Remove volumes no longer in use] ******
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:73
Wednesday 10 July 2024 04:56:41 +0000 (0:00:00.261) 0:03:43.608 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_quadlet_type == \"volume\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - images] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:82
Wednesday 10 July 2024 04:56:41 +0000 (0:00:00.024) 0:03:43.633 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"images",
"-n"
],
"delta": "0:00:00.033440",
"end": "2024-07-10 04:56:41.305551",
"rc": 0,
"start": "2024-07-10 04:56:41.272111"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - volumes] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:92
Wednesday 10 July 2024 04:56:41 +0000 (0:00:00.261) 0:03:43.894 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"volume",
"ls",
"-n"
],
"delta": "0:00:00.030492",
"end": "2024-07-10 04:56:41.566085",
"rc": 0,
"start": "2024-07-10 04:56:41.535593"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - containers] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:102
Wednesday 10 July 2024 04:56:41 +0000 (0:00:00.259) 0:03:44.154 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"ps",
"--noheading"
],
"delta": "0:00:00.038698",
"end": "2024-07-10 04:56:41.833328",
"rc": 0,
"start": "2024-07-10 04:56:41.794630"
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - networks] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:112
Wednesday 10 July 2024 04:56:41 +0000 (0:00:00.311) 0:03:44.465 ********
ok: [sut] => {
"changed": false,
"cmd": [
"podman",
"network",
"ls",
"-n",
"-q"
],
"delta": "0:00:00.036878",
"end": "2024-07-10 04:56:42.144263",
"rc": 0,
"start": "2024-07-10 04:56:42.107385"
}
STDOUT:
podman
TASK [fedora.linux_system_roles.podman : For testing and debugging - secrets] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:122
Wednesday 10 July 2024 04:56:42 +0000 (0:00:00.268) 0:03:44.734 ********
ok: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : For testing and debugging - services] ***
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
Wednesday 10 July 2024 04:56:42 +0000 (0:00:00.260) 0:03:44.995 ********
ok: [sut] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"auditd.service": {
"name": "auditd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"auth-rpcgss-module.service": {
"name": "auth-rpcgss-module.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"bluetooth.service": {
"name": "bluetooth.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"certmonger.service": {
"name": "certmonger.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd-restricted.service": {
"name": "chronyd-restricted.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-hotplugd.service": {
"name": "cloud-init-hotplugd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.bluez.service": {
"name": "dbus-org.bluez.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.fedoraproject.FirewallD1.service": {
"name": "dbus-org.fedoraproject.FirewallD1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.home1.service": {
"name": "dbus-org.freedesktop.home1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.oom1.service": {
"name": "dbus-org.freedesktop.oom1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.portable1.service": {
"name": "dbus-org.freedesktop.portable1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.resolve1.service": {
"name": "dbus-org.freedesktop.resolve1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-system-upgrade-cleanup.service": {
"name": "dnf-system-upgrade-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dnf-system-upgrade.service": {
"name": "dnf-system-upgrade.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dracut-cmdline.service": {
"name": "dracut-cmdline.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-initqueue.service": {
"name": "dracut-initqueue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-mount.service": {
"name": "dracut-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-mount.service": {
"name": "dracut-pre-mount.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-pivot.service": {
"name": "dracut-pre-pivot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-trigger.service": {
"name": "dracut-pre-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-pre-udev.service": {
"name": "dracut-pre-udev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown-onfailure.service": {
"name": "dracut-shutdown-onfailure.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ebtables.service": {
"name": "ebtables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"firewalld.service": {
"name": "firewalld.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"fsidd.service": {
"name": "fsidd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fwupd-offline-update.service": {
"name": "fwupd-offline-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"fwupd-refresh.service": {
"name": "fwupd-refresh.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"fwupd.service": {
"name": "fwupd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"hv_kvp_daemon.service": {
"name": "hv_kvp_daemon.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"import-state.service": {
"name": "import-state.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"initrd-cleanup.service": {
"name": "initrd-cleanup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-parse-etc.service": {
"name": "initrd-parse-etc.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-switch-root.service": {
"name": "initrd-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"initrd-udevadm-cleanup-db.service": {
"name": "initrd-udevadm-cleanup-db.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ip6tables.service": {
"name": "ip6tables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ipset.service": {
"name": "ipset.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iptables.service": {
"name": "iptables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"loadmodules.service": {
"name": "loadmodules.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"mdadm-grow-continue@.service": {
"name": "mdadm-grow-continue@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdadm-last-resort@.service": {
"name": "mdadm-last-resort@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdcheck_continue.service": {
"name": "mdcheck_continue.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdcheck_start.service": {
"name": "mdcheck_start.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdmon@.service": {
"name": "mdmon@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"mdmonitor-oneshot.service": {
"name": "mdmonitor-oneshot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"mdmonitor.service": {
"name": "mdmonitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@dm_mod.service": {
"name": "modprobe@dm_mod.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@efi_pstore.service": {
"name": "modprobe@efi_pstore.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@loop.service": {
"name": "modprobe@loop.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"netavark-dhcp-proxy.service": {
"name": "netavark-dhcp-proxy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"netavark-firewalld-reload.service": {
"name": "netavark-firewalld-reload.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-idmapd.service": {
"name": "nfs-idmapd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-mountd.service": {
"name": "nfs-mountd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfs-server.service": {
"name": "nfs-server.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nfs-utils.service": {
"name": "nfs-utils.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nfsdcld.service": {
"name": "nfsdcld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"nftables.service": {
"name": "nftables.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"pam_namespace.service": {
"name": "pam_namespace.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"passim.service": {
"name": "passim.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcscd.service": {
"name": "pcscd.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"plymouth-halt.service": {
"name": "plymouth-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-kexec.service": {
"name": "plymouth-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-poweroff.service": {
"name": "plymouth-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-quit.service": {
"name": "plymouth-quit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-read-write.service": {
"name": "plymouth-read-write.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-reboot.service": {
"name": "plymouth-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"plymouth-switch-root-initramfs.service": {
"name": "plymouth-switch-root-initramfs.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"plymouth-switch-root.service": {
"name": "plymouth-switch-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"podman-auto-update.service": {
"name": "podman-auto-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman-clean-transient.service": {
"name": "podman-clean-transient.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman-kube@.service": {
"name": "podman-kube@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"podman-restart.service": {
"name": "podman-restart.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"podman.service": {
"name": "podman.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"quadlet-demo-mysql.service": {
"name": "quadlet-demo-mysql.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"quotaon.service": {
"name": "quotaon.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"raid-check.service": {
"name": "raid-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"restraintd.service": {
"name": "restraintd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rngd.service": {
"name": "rngd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpc-gssd.service": {
"name": "rpc-gssd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd-notify.service": {
"name": "rpc-statd-notify.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-statd.service": {
"name": "rpc-statd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rpc-svcgssd.service": {
"name": "rpc-svcgssd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"rpmdb-migrate.service": {
"name": "rpmdb-migrate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ssh-host-keys-migration.service": {
"name": "ssh-host-keys-migration.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-plymouth.service": {
"name": "systemd-ask-password-plymouth.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-battery-check.service": {
"name": "systemd-battery-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-random-seed.service": {
"name": "systemd-boot-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-boot-update.service": {
"name": "systemd-boot-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-bsod.service": {
"name": "systemd-bsod.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-growfs-root.service": {
"name": "systemd-growfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-growfs@.service": {
"name": "systemd-growfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-homed-activate.service": {
"name": "systemd-homed-activate.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-homed.service": {
"name": "systemd-homed.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-networkd-wait-online@.service": {
"name": "systemd-networkd-wait-online@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"systemd-networkd.service": {
"name": "systemd-networkd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrfs-root.service": {
"name": "systemd-pcrfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pcrfs@.service": {
"name": "systemd-pcrfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrmachine.service": {
"name": "systemd-pcrmachine.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-initrd.service": {
"name": "systemd-pcrphase-initrd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-sysinit.service": {
"name": "systemd-pcrphase-sysinit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase.service": {
"name": "systemd-pcrphase.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-portabled.service": {
"name": "systemd-portabled.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-quotacheck.service": {
"name": "systemd-quotacheck.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-random-seed.service": {
"name": "systemd-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-reboot.service": {
"name": "systemd-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-resolved.service": {
"name": "systemd-resolved.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-soft-reboot.service": {
"name": "systemd-soft-reboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-storagetm.service": {
"name": "systemd-storagetm.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-sysupdate-reboot.service": {
"name": "systemd-sysupdate-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysupdate.service": {
"name": "systemd-sysupdate.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-time-wait-sync.service": {
"name": "systemd-time-wait-sync.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev-early.service": {
"name": "systemd-tmpfiles-setup-dev-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev.service": {
"name": "systemd-tmpfiles-setup-dev.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup.service": {
"name": "systemd-tmpfiles-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-userdbd.service": {
"name": "systemd-userdbd.service",
"source": "systemd",
"state": "running",
"status": "indirect"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-zram-setup@.service": {
"name": "systemd-zram-setup@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-zram-setup@zram0.service": {
"name": "systemd-zram-setup@zram0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"udisks2.service": {
"name": "udisks2.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.podman : Create and update quadlets] ***********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:114
Wednesday 10 July 2024 04:56:44 +0000 (0:00:02.335) 0:03:47.330 ********
skipping: [sut] => {
"changed": false,
"false_condition": "__podman_state != \"absent\"",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:143
Wednesday 10 July 2024 04:56:44 +0000 (0:00:00.023) 0:03:47.354 ********
skipping: [sut] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:149
Wednesday 10 July 2024 04:56:44 +0000 (0:00:00.019) 0:03:47.374 ********
skipping: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ********
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158
Wednesday 10 July 2024 04:56:44 +0000 (0:00:00.019) 0:03:47.393 ********
skipping: [sut] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [Ensure no resources] *****************************************************
task path: /WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:170
Wednesday 10 July 2024 04:56:44 +0000 (0:00:00.031) 0:03:47.425 ********
ok: [sut] => {
"changed": false
}
MSG:
All assertions passed
PLAY RECAP *********************************************************************
sut : ok=374 changed=49 unreachable=0 failed=0 skipped=353 rescued=0 ignored=0
Wednesday 10 July 2024 04:56:44 +0000 (0:00:00.073) 0:03:47.498 ********
===============================================================================
fedora.linux_system_roles.podman : Ensure required packages are installed -- 92.95s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
fedora.linux_system_roles.podman : Ensure container images are present -- 19.60s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
fedora.linux_system_roles.podman : Ensure container images are present --- 8.54s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:18
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 5.80s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.03s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 2.44s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
fedora.linux_system_roles.podman : For testing and debugging - services --- 2.43s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
fedora.linux_system_roles.podman : For testing and debugging - services --- 2.41s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
fedora.linux_system_roles.podman : For testing and debugging - services --- 2.35s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
fedora.linux_system_roles.podman : For testing and debugging - services --- 2.34s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
fedora.linux_system_roles.podman : For testing and debugging - services --- 2.33s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
fedora.linux_system_roles.podman : For testing and debugging - services --- 2.32s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:133
Gathering Facts --------------------------------------------------------- 2.24s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:9 ----
fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.45s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
fedora.linux_system_roles.podman : Start service ------------------------ 1.42s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
fedora.linux_system_roles.podman : Stop and disable service ------------- 1.41s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_quadlet_spec.yml:12
fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.40s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19
fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.39s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19
fedora.linux_system_roles.podman : Start service ------------------------ 1.28s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:110
Check web --------------------------------------------------------------- 1.06s
/WORKDIR/git-handle-quadlet-cleanupk6fcefhn/tests/tests_quadlet_demo.yml:104 --
---^---^---^---^---^---
# STDERR:
---v---v---v---v---v---
[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This
feature will be removed from ansible-core in version 2.19. Deprecation warnings
can be disabled by setting deprecation_warnings=False in ansible.cfg.
[WARNING]: Using a variable for a task's 'args' is unsafe in some situations
(see
https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat-
unsafe)
---^---^---^---^---^---