# 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-cast-secret-data-to-stringa35n1fco/.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-cast-secret-data-to-stringa35n1fco/tests/tests_quadlet_demo.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/tests/tests_quadlet_demo.yml:4 Saturday 20 January 2024 02:52:39 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] => { "ansible_facts": { "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-cast-secret-data-to-stringa35n1fco/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Deploy the quadlet demo app] ********************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/tests/tests_quadlet_demo.yml:9 Saturday 20 January 2024 02:52:39 +0000 (0:00:00.014) 0:00:00.026 ****** ok: [sut] TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/tests/tests_quadlet_demo.yml:37 Saturday 20 January 2024 02:52:40 +0000 (0:00:00.887) 0:00:00.914 ****** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 20 January 2024 02:52:40 +0000 (0:00:00.022) 0:00:00.936 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 20 January 2024 02:52:40 +0000 (0:00:00.012) 0:00:00.949 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 20 January 2024 02:52:40 +0000 (0:00:00.017) 0:00:00.967 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 20 January 2024 02:52:41 +0000 (0:00:00.265) 0:00:01.233 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 20 January 2024 02:52:41 +0000 (0:00:00.014) 0:00:01.247 ****** 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-cast-secret-data-to-stringa35n1fco/.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_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 20 January 2024 02:52:41 +0000 (0:00:00.024) 0:00:01.272 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-cffi-1.15.1-4.fc38.x86_64", "Installed: python3-cryptography-37.0.2-8.fc38.x86_64", "Installed: python3-pycparser-2.20-9.fc38.noarch", "Installed: python3-ply-3.11-18.fc38.noarch", "Installed: python3-pyasn1-0.5.1-1.fc38.noarch" ] } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 20 January 2024 02:52:46 +0000 (0:00:05.347) 0:00:06.619 ****** changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: certmonger-0.79.17-3.fc38.x86_64", "Installed: python3-packaging-23.0-1.fc38.noarch", "Installed: dbus-tools-1:1.14.10-1.fc38.x86_64" ] } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 20 January 2024 02:52:51 +0000 (0:00:04.918) 0:00:11.538 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 20 January 2024 02:52:51 +0000 (0:00:00.460) 0:00:11.999 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 20 January 2024 02:52:52 +0000 (0:00:00.451) 0:00:12.451 ****** 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": "systemd-journald.socket dbus.socket network.target syslog.target basic.target system.slice dbus-broker.service sysinit.target", "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", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4434", "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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 20 January 2024 02:52:53 +0000 (0:00:01.408) 0:00:13.859 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 20 January 2024 02:52:55 +0000 (0:00:01.540) 0:00:15.399 ****** ok: [sut] => (item=['cert', {'name': 'quadlet_demo', 'dns': ['localhost'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "content": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURnekNDQW11Z0F3SUJBZ0lSQU9WSEFsNFQwa2hOaFlYaUVWdFgwSHd3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJVMQpORGN3TWpWbExURXpaREkwT0RSa0xUZzFPRFZsTWpFeExUVmlOVGRrTURkaU1CNFhEVEkwTURFeU1EQXlOVEkxCk5Gb1hEVEkxTURFeU1EQXlOVEkxTkZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUE2Qk9QVzdTYkk1SngzRjVvMVNpckdNYjh2SUEzeEpuYgpKTTNhZThiS2lXZ1dBV012NC9jSzRscGtORU1kWmNGc0p4YW55dE43dHpZcFhQeFFOQU1WeHFpZEc5dnVKSDhSClR3T0pWd0FTMHNUV09xRWdPamEzbUFXVmp0TkNQQnl2ZVk3M045TEdpNGRkbEgxRzMrb0pkbjdxYUFlYUMzeGQKSnFSNEtJQ0FyN1Z1czVySUQ3TXlwNFF6TU44RTVObHd2RjhWdGZXRWNoRzM0cFRkSUxoTkdyOE9DSXpiTzQ5SQo0MkY3VG5BYjB3Q1hsWjJPWkwwTzlmUEI5ZzBOVTJlSW9Md2I3UnNUS0xUTEgzOFNIWWdTRXZwcFl1NDY1Rk9qCnNJc3g3bG5oYW9sRnpTMlBnVTdId1NNZlRmT2xtWFBCUkMvaFZpQmZPblJVNmhuekdVeEU0UUlEQVFBQm80R1QKTUlHUU1Bc0dBMVVkRHdRRUF3SUZvREFVQmdOVkhSRUVEVEFMZ2dsc2IyTmhiR2h2YzNRd0hRWURWUjBsQkJZdwpGQVlJS3dZQkJRVUhBd0VHQ0NzR0FRVUZCd01DTUF3R0ExVWRFd0VCL3dRQ01BQXdIUVlEVlIwT0JCWUVGQjBnCkJrczN6ZWhFdVlSYW96M3FoVFFsQWZHL01COEdBMVVkSXdRWU1CYUFGTzhnQjBsQ1pqMXlYVng4K3F2aGJzZ3MKM2FScU1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQ1lXSW9qbmU5R3FwREJaTnV0enVTZlVhQ1dXNUY3UlpuaAo4eHFTdC8wSHYwbFBNUnRKVzZSRThRbGhCcStXUE8vaitURUYwVyswNG83Z2xoNVN3N1JiT3ZoQk9QbWJZNkRIClZhSEx6M1djN3lQRmlCTGJXK0NTdmtFUW9HMURhYU4vWVUyVmdnazZMK3VGMjdqZHNOcis5eFJxV3p6bC9vWUoKdTE0b3NJMWNtK0JTRjg2aVc2THRHbjZaa082aFp1L21sWG1yazV4MldibkdaTGZGRTRLNE1yb0h6LytCUUhaZQpQMG5JSko0RVNHK1dwVnUwcFJKd2sxUEtTaU55QWhpOWRuSmVaMVVXL1FtOWtlRnJVajltYTc2TkV4SU5VcGJKCnBxOHgvY2VjQ2Q3SUhoUmVCSHB6OVRKeFlJTUs1MWNvZEFWUFpBOENXeUFNMkRzQlViRlMKLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=", "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": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUV2UUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktjd2dnU2pBZ0VBQW9JQkFRRG9FNDlidEpzamtuSGMKWG1qVktLc1l4dnk4Z0RmRW1kc2t6ZHA3eHNxSmFCWUJZeS9qOXdyaVdtUTBReDFsd1d3bkZxZkswM3UzTmlsYwovRkEwQXhYR3FKMGIyKzRrZnhGUEE0bFhBQkxTeE5ZNm9TQTZOcmVZQlpXTzAwSThISzk1anZjMzBzYUxoMTJVCmZVYmY2Z2wyZnVwb0I1b0xmRjBtcEhnb2dJQ3Z0VzZ6bXNnUHN6S25oRE13M3dUazJYQzhYeFcxOVlSeUViZmkKbE4wZ3VFMGF2dzRJak5zN2owampZWHRPY0J2VEFKZVZuWTVrdlE3MTg4SDJEUTFUWjRpZ3ZCdnRHeE1vdE1zZgpmeElkaUJJUyttbGk3anJrVTZPd2l6SHVXZUZxaVVYTkxZK0JUc2ZCSXg5Tjg2V1pjOEZFTCtGV0lGODZkRlRxCkdmTVpURVRoQWdNQkFBRUNnZ0VBY3dxWEt1ZDViQVhCS1hNblZsc0ZqWSsrWXhiUURrWVNhc2tjZi9VSUcxc2MKWlcyc3BMMm1pSlEwVGUvakY3anRDdWRoSDlyNzNkTWNaL3F2SzBsSU55VUlWSElPTjh0QllrQ25pUmdCUExmVQpWbFhlNnR5SzMvSU10RE1uQnpOVkROWUEySXhFWFpBcHBGMEJrQ2VzcnkrMHRRTG5xci9vVVNxQVlkdHBieTk0ClA1bHVMOFA4MU5jNXp3bUFIUEd5ZmsyS3dBdkVKQnhwZEduREQrVXBxN3BpYS81MmFBakpUZ3BtRUt2VG1uK3IKclg0M3BFUXcybHM2Z3l0UXZxMGdrMFUrbWwwQjJCZFZOL1QxUGVPS3VhTm1aRGFEa0x2YnNwS2FBcDVHTlVVbApwdHp1ZHN6QXp0V1RiWGh4WVZZMXlCUUg2bjJRSjg0NnR1ZitIaVA0blFLQmdRRDdSalZWSzl0MURlcW14WDE3CnpheTZydm1LdG9vVmw1TTlRQ0lJSmVlVjkwM0RTRmExUW83UjVHZmUxVWZPSnBqcThQOUt0aWFKRmxKVGErbGcKZnR5NHk4Y1QvcmZnL3pYS1N2ZUVWdFhmK3ZpbGVubjRoNDRIZlpXRVdZZVFYQlE5TGNtbUZhcEdKcE8rVU9HegpLMERyaVo4WVcvSUV0eWtyMWZrdUlUZWQxd0tCZ1FEc2NPdlVVMW93eU04U24zbEc2UCs0YUpHZnFad0ZKS3czCjZsUXl4MnR2cXNJK0tkSTV6NDhaY2ZLYTRZV2lBdWNEMTdpcFhOZG1EckNVRGJMVlIxc2VvU1dtN0RVd3dETisKY2JaRDdPQnladEtLTEh2TFdRQjhsclFNVm1hM0w1TUdudm5WNVZFdmVSVWVFQTNoemlSSGlkWXZWOTBPd0R3dApKTWZwMnNvc0J3S0JnQlhxWmJSc0F0UU94cXlOQlFqTFE0bDB3V2NMekxkZFpRWXVsY2xJSlE2N1p4amxNa3JVCjUwZi9OK0FEa2lPMDBobUxzM2g4c3BlNlRxdmYrWmJrK2JOVWNxU1h6c25jK0lBUVVjNUZGSnBZZFY5WmMxSHQKNE1GZWZxL3dieFowTVgrMGdxWHR0ZEF3aFNwUU81ODQ0b3lva0N1N3VUd1lEWXM1T21aL2x5NDVBb0dBYUMxbworMml1ZUloQ0ZPYUhQU00wYVVCSnladWx6dTVWbzExd005K0NDdldtR0ZXODl4UG83VUV6citKbVN2Z1VhYkVICkFEaVQvN2ZCUGJxN2JSVy9wRU5FbjhPN3Uvc3p0U2JOTkNpT3pGbFpzdC9ldTc0L1pLWFNOdzFxdkpRTnFBRXIKKzM3S3dxd0xEZS9zN2UweU53TVlpRXVpYnZsc2lrZUdmaGVVdE1rQ2dZRUEzT3Z0Wjl5NmhEVnNLNTNYdUFoWAp4RVFYd0xQcy9ydzVrR0E5TUxYMnhCV3VkcXM2NEp3Zk5HMG52YnJDem1rcHdIbFQwRDF3QlV4RzBzbDdDQzM4Ckp0TFpSVkRNMGpvbVlaVlVuaVZBT0lySlI0NEwzMGNzZ1MvTkxORWdGK2VVbUtkRjhpV0hheTdsdDRzbGVnZmwKbE85MFVDdW5mSUZDd3p1UEl0QXRMN289Ci0tLS0tRU5EIFBSSVZBVEUgS0VZLS0tLS0K", "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": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURnekNDQW11Z0F3SUJBZ0lSQU9WSEFsNFQwa2hOaFlYaUVWdFgwSHd3RFFZSktvWklodmNOQVFFTEJRQXcKVURFZ01CNEdBMVVFQXd3WFRHOWpZV3dnVTJsbmJtbHVaeUJCZFhSb2IzSnBkSGt4TERBcUJnTlZCQU1NSTJVMQpORGN3TWpWbExURXpaREkwT0RSa0xUZzFPRFZsTWpFeExUVmlOVGRrTURkaU1CNFhEVEkwTURFeU1EQXlOVEkxCk5Gb1hEVEkxTURFeU1EQXlOVEkxTkZvd0ZERVNNQkFHQTFVRUF4TUpiRzlqWVd4b2IzTjBNSUlCSWpBTkJna3EKaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUE2Qk9QVzdTYkk1SngzRjVvMVNpckdNYjh2SUEzeEpuYgpKTTNhZThiS2lXZ1dBV012NC9jSzRscGtORU1kWmNGc0p4YW55dE43dHpZcFhQeFFOQU1WeHFpZEc5dnVKSDhSClR3T0pWd0FTMHNUV09xRWdPamEzbUFXVmp0TkNQQnl2ZVk3M045TEdpNGRkbEgxRzMrb0pkbjdxYUFlYUMzeGQKSnFSNEtJQ0FyN1Z1czVySUQ3TXlwNFF6TU44RTVObHd2RjhWdGZXRWNoRzM0cFRkSUxoTkdyOE9DSXpiTzQ5SQo0MkY3VG5BYjB3Q1hsWjJPWkwwTzlmUEI5ZzBOVTJlSW9Md2I3UnNUS0xUTEgzOFNIWWdTRXZwcFl1NDY1Rk9qCnNJc3g3bG5oYW9sRnpTMlBnVTdId1NNZlRmT2xtWFBCUkMvaFZpQmZPblJVNmhuekdVeEU0UUlEQVFBQm80R1QKTUlHUU1Bc0dBMVVkRHdRRUF3SUZvREFVQmdOVkhSRUVEVEFMZ2dsc2IyTmhiR2h2YzNRd0hRWURWUjBsQkJZdwpGQVlJS3dZQkJRVUhBd0VHQ0NzR0FRVUZCd01DTUF3R0ExVWRFd0VCL3dRQ01BQXdIUVlEVlIwT0JCWUVGQjBnCkJrczN6ZWhFdVlSYW96M3FoVFFsQWZHL01COEdBMVVkSXdRWU1CYUFGTzhnQjBsQ1pqMXlYVng4K3F2aGJzZ3MKM2FScU1BMEdDU3FHU0liM0RRRUJDd1VBQTRJQkFRQ1lXSW9qbmU5R3FwREJaTnV0enVTZlVhQ1dXNUY3UlpuaAo4eHFTdC8wSHYwbFBNUnRKVzZSRThRbGhCcStXUE8vaitURUYwVyswNG83Z2xoNVN3N1JiT3ZoQk9QbWJZNkRIClZhSEx6M1djN3lQRmlCTGJXK0NTdmtFUW9HMURhYU4vWVUyVmdnazZMK3VGMjdqZHNOcis5eFJxV3p6bC9vWUoKdTE0b3NJMWNtK0JTRjg2aVc2THRHbjZaa082aFp1L21sWG1yazV4MldibkdaTGZGRTRLNE1yb0h6LytCUUhaZQpQMG5JSko0RVNHK1dwVnUwcFJKd2sxUEtTaU55QWhpOWRuSmVaMVVXL1FtOWtlRnJVajltYTc2TkV4SU5VcGJKCnBxOHgvY2VjQ2Q3SUhoUmVCSHB6OVRKeFlJTUs1MWNvZEFWUFpBOENXeUFNMkRzQlViRlMKLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=", "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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 20 January 2024 02:52:56 +0000 (0:00:00.810) 0:00:16.210 ****** ok: [sut] => { "ansible_facts": { "certificate_test_certs": { "quadlet_demo": { "ca": "/etc/pki/tls/certs/quadlet_demo.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAOVHAl4T0khNhYXiEVtX0HwwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2U1\nNDcwMjVlLTEzZDI0ODRkLTg1ODVlMjExLTViNTdkMDdiMB4XDTI0MDEyMDAyNTI1\nNFoXDTI1MDEyMDAyNTI1NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6BOPW7SbI5Jx3F5o1SirGMb8vIA3xJnb\nJM3ae8bKiWgWAWMv4/cK4lpkNEMdZcFsJxanytN7tzYpXPxQNAMVxqidG9vuJH8R\nTwOJVwAS0sTWOqEgOja3mAWVjtNCPByveY73N9LGi4ddlH1G3+oJdn7qaAeaC3xd\nJqR4KICAr7Vus5rID7Myp4QzMN8E5NlwvF8VtfWEchG34pTdILhNGr8OCIzbO49I\n42F7TnAb0wCXlZ2OZL0O9fPB9g0NU2eIoLwb7RsTKLTLH38SHYgSEvppYu465FOj\nsIsx7lnhaolFzS2PgU7HwSMfTfOlmXPBRC/hViBfOnRU6hnzGUxE4QIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFB0g\nBks3zehEuYRaoz3qhTQlAfG/MB8GA1UdIwQYMBaAFO8gB0lCZj1yXVx8+qvhbsgs\n3aRqMA0GCSqGSIb3DQEBCwUAA4IBAQCYWIojne9GqpDBZNutzuSfUaCWW5F7RZnh\n8xqSt/0Hv0lPMRtJW6RE8QlhBq+WPO/j+TEF0W+04o7glh5Sw7RbOvhBOPmbY6DH\nVaHLz3Wc7yPFiBLbW+CSvkEQoG1DaaN/YU2Vggk6L+uF27jdsNr+9xRqWzzl/oYJ\nu14osI1cm+BSF86iW6LtGn6ZkO6hZu/mlXmrk5x2WbnGZLfFE4K4MroHz/+BQHZe\nP0nIJJ4ESG+WpVu0pRJwk1PKSiNyAhi9dnJeZ1UW/Qm9keFrUj9ma76NExINUpbJ\npq8x/cecCd7IHhReBHpz9TJxYIMK51codAVPZA8CWyAM2DsBUbFS\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/quadlet_demo.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAOVHAl4T0khNhYXiEVtX0HwwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2U1\nNDcwMjVlLTEzZDI0ODRkLTg1ODVlMjExLTViNTdkMDdiMB4XDTI0MDEyMDAyNTI1\nNFoXDTI1MDEyMDAyNTI1NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6BOPW7SbI5Jx3F5o1SirGMb8vIA3xJnb\nJM3ae8bKiWgWAWMv4/cK4lpkNEMdZcFsJxanytN7tzYpXPxQNAMVxqidG9vuJH8R\nTwOJVwAS0sTWOqEgOja3mAWVjtNCPByveY73N9LGi4ddlH1G3+oJdn7qaAeaC3xd\nJqR4KICAr7Vus5rID7Myp4QzMN8E5NlwvF8VtfWEchG34pTdILhNGr8OCIzbO49I\n42F7TnAb0wCXlZ2OZL0O9fPB9g0NU2eIoLwb7RsTKLTLH38SHYgSEvppYu465FOj\nsIsx7lnhaolFzS2PgU7HwSMfTfOlmXPBRC/hViBfOnRU6hnzGUxE4QIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFB0g\nBks3zehEuYRaoz3qhTQlAfG/MB8GA1UdIwQYMBaAFO8gB0lCZj1yXVx8+qvhbsgs\n3aRqMA0GCSqGSIb3DQEBCwUAA4IBAQCYWIojne9GqpDBZNutzuSfUaCWW5F7RZnh\n8xqSt/0Hv0lPMRtJW6RE8QlhBq+WPO/j+TEF0W+04o7glh5Sw7RbOvhBOPmbY6DH\nVaHLz3Wc7yPFiBLbW+CSvkEQoG1DaaN/YU2Vggk6L+uF27jdsNr+9xRqWzzl/oYJ\nu14osI1cm+BSF86iW6LtGn6ZkO6hZu/mlXmrk5x2WbnGZLfFE4K4MroHz/+BQHZe\nP0nIJJ4ESG+WpVu0pRJwk1PKSiNyAhi9dnJeZ1UW/Qm9keFrUj9ma76NExINUpbJ\npq8x/cecCd7IHhReBHpz9TJxYIMK51codAVPZA8CWyAM2DsBUbFS\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/quadlet_demo.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDoE49btJsjknHc\nXmjVKKsYxvy8gDfEmdskzdp7xsqJaBYBYy/j9wriWmQ0Qx1lwWwnFqfK03u3Nilc\n/FA0AxXGqJ0b2+4kfxFPA4lXABLSxNY6oSA6NreYBZWO00I8HK95jvc30saLh12U\nfUbf6gl2fupoB5oLfF0mpHgogICvtW6zmsgPszKnhDMw3wTk2XC8XxW19YRyEbfi\nlN0guE0avw4IjNs7j0jjYXtOcBvTAJeVnY5kvQ7188H2DQ1TZ4igvBvtGxMotMsf\nfxIdiBIS+mli7jrkU6OwizHuWeFqiUXNLY+BTsfBIx9N86WZc8FEL+FWIF86dFTq\nGfMZTEThAgMBAAECggEAcwqXKud5bAXBKXMnVlsFjY++YxbQDkYSaskcf/UIG1sc\nZW2spL2miJQ0Te/jF7jtCudhH9r73dMcZ/qvK0lINyUIVHION8tBYkCniRgBPLfU\nVlXe6tyK3/IMtDMnBzNVDNYA2IxEXZAppF0BkCesry+0tQLnqr/oUSqAYdtpby94\nP5luL8P81Nc5zwmAHPGyfk2KwAvEJBxpdGnDD+Upq7pia/52aAjJTgpmEKvTmn+r\nrX43pEQw2ls6gytQvq0gk0U+ml0B2BdVN/T1PeOKuaNmZDaDkLvbspKaAp5GNUUl\nptzudszAztWTbXhxYVY1yBQH6n2QJ846tuf+HiP4nQKBgQD7RjVVK9t1DeqmxX17\nzay6rvmKtooVl5M9QCIIJeeV903DSFa1Qo7R5Gfe1UfOJpjq8P9KtiaJFlJTa+lg\nfty4y8cT/rfg/zXKSveEVtXf+vilenn4h44HfZWEWYeQXBQ9LcmmFapGJpO+UOGz\nK0DriZ8YW/IEtykr1fkuITed1wKBgQDscOvUU1owyM8Sn3lG6P+4aJGfqZwFJKw3\n6lQyx2tvqsI+KdI5z48ZcfKa4YWiAucD17ipXNdmDrCUDbLVR1seoSWm7DUwwDN+\ncbZD7OByZtKKLHvLWQB8lrQMVma3L5MGnvnV5VEveRUeEA3hziRHidYvV90OwDwt\nJMfp2sosBwKBgBXqZbRsAtQOxqyNBQjLQ4l0wWcLzLddZQYulclIJQ67ZxjlMkrU\n50f/N+ADkiO00hmLs3h8spe6Tqvf+Zbk+bNUcqSXzsnc+IAQUc5FFJpYdV9Zc1Ht\n4MFefq/wbxZ0MX+0gqXttdAwhSpQO5844oyokCu7uTwYDYs5OmZ/ly45AoGAaC1o\n+2iueIhCFOaHPSM0aUBJyZulzu5Vo11wM9+CCvWmGFW89xPo7UEzr+JmSvgUabEH\nADiT/7fBPbq7bRW/pENEn8O7u/sztSbNNCiOzFlZst/eu74/ZKXSNw1qvJQNqAEr\n+37KwqwLDe/s7e0yNwMYiEuibvlsikeGfheUtMkCgYEA3OvtZ9y6hDVsK53XuAhX\nxEQXwLPs/rw5kGA9MLX2xBWudqs64JwfNG0nvbrCzmkpwHlT0D1wBUxG0sl7CC38\nJtLZRVDM0jomYZVUniVAOIrJR44L30csgS/NLNEgF+eUmKdF8iWHay7lt4slegfl\nlO90UCunfIFCwzuPItAtL7o=\n-----END PRIVATE KEY-----\n" } } }, "changed": false } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 20 January 2024 02:52:56 +0000 (0:00:00.022) 0:00:16.233 ****** ok: [sut] => (item={'cert': '/etc/pki/tls/certs/quadlet_demo.crt', 'cert_content': '-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAOVHAl4T0khNhYXiEVtX0HwwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2U1\nNDcwMjVlLTEzZDI0ODRkLTg1ODVlMjExLTViNTdkMDdiMB4XDTI0MDEyMDAyNTI1\nNFoXDTI1MDEyMDAyNTI1NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6BOPW7SbI5Jx3F5o1SirGMb8vIA3xJnb\nJM3ae8bKiWgWAWMv4/cK4lpkNEMdZcFsJxanytN7tzYpXPxQNAMVxqidG9vuJH8R\nTwOJVwAS0sTWOqEgOja3mAWVjtNCPByveY73N9LGi4ddlH1G3+oJdn7qaAeaC3xd\nJqR4KICAr7Vus5rID7Myp4QzMN8E5NlwvF8VtfWEchG34pTdILhNGr8OCIzbO49I\n42F7TnAb0wCXlZ2OZL0O9fPB9g0NU2eIoLwb7RsTKLTLH38SHYgSEvppYu465FOj\nsIsx7lnhaolFzS2PgU7HwSMfTfOlmXPBRC/hViBfOnRU6hnzGUxE4QIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFB0g\nBks3zehEuYRaoz3qhTQlAfG/MB8GA1UdIwQYMBaAFO8gB0lCZj1yXVx8+qvhbsgs\n3aRqMA0GCSqGSIb3DQEBCwUAA4IBAQCYWIojne9GqpDBZNutzuSfUaCWW5F7RZnh\n8xqSt/0Hv0lPMRtJW6RE8QlhBq+WPO/j+TEF0W+04o7glh5Sw7RbOvhBOPmbY6DH\nVaHLz3Wc7yPFiBLbW+CSvkEQoG1DaaN/YU2Vggk6L+uF27jdsNr+9xRqWzzl/oYJ\nu14osI1cm+BSF86iW6LtGn6ZkO6hZu/mlXmrk5x2WbnGZLfFE4K4MroHz/+BQHZe\nP0nIJJ4ESG+WpVu0pRJwk1PKSiNyAhi9dnJeZ1UW/Qm9keFrUj9ma76NExINUpbJ\npq8x/cecCd7IHhReBHpz9TJxYIMK51codAVPZA8CWyAM2DsBUbFS\n-----END CERTIFICATE-----\n', 'key': '/etc/pki/tls/private/quadlet_demo.key', 'key_content': '-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDoE49btJsjknHc\nXmjVKKsYxvy8gDfEmdskzdp7xsqJaBYBYy/j9wriWmQ0Qx1lwWwnFqfK03u3Nilc\n/FA0AxXGqJ0b2+4kfxFPA4lXABLSxNY6oSA6NreYBZWO00I8HK95jvc30saLh12U\nfUbf6gl2fupoB5oLfF0mpHgogICvtW6zmsgPszKnhDMw3wTk2XC8XxW19YRyEbfi\nlN0guE0avw4IjNs7j0jjYXtOcBvTAJeVnY5kvQ7188H2DQ1TZ4igvBvtGxMotMsf\nfxIdiBIS+mli7jrkU6OwizHuWeFqiUXNLY+BTsfBIx9N86WZc8FEL+FWIF86dFTq\nGfMZTEThAgMBAAECggEAcwqXKud5bAXBKXMnVlsFjY++YxbQDkYSaskcf/UIG1sc\nZW2spL2miJQ0Te/jF7jtCudhH9r73dMcZ/qvK0lINyUIVHION8tBYkCniRgBPLfU\nVlXe6tyK3/IMtDMnBzNVDNYA2IxEXZAppF0BkCesry+0tQLnqr/oUSqAYdtpby94\nP5luL8P81Nc5zwmAHPGyfk2KwAvEJBxpdGnDD+Upq7pia/52aAjJTgpmEKvTmn+r\nrX43pEQw2ls6gytQvq0gk0U+ml0B2BdVN/T1PeOKuaNmZDaDkLvbspKaAp5GNUUl\nptzudszAztWTbXhxYVY1yBQH6n2QJ846tuf+HiP4nQKBgQD7RjVVK9t1DeqmxX17\nzay6rvmKtooVl5M9QCIIJeeV903DSFa1Qo7R5Gfe1UfOJpjq8P9KtiaJFlJTa+lg\nfty4y8cT/rfg/zXKSveEVtXf+vilenn4h44HfZWEWYeQXBQ9LcmmFapGJpO+UOGz\nK0DriZ8YW/IEtykr1fkuITed1wKBgQDscOvUU1owyM8Sn3lG6P+4aJGfqZwFJKw3\n6lQyx2tvqsI+KdI5z48ZcfKa4YWiAucD17ipXNdmDrCUDbLVR1seoSWm7DUwwDN+\ncbZD7OByZtKKLHvLWQB8lrQMVma3L5MGnvnV5VEveRUeEA3hziRHidYvV90OwDwt\nJMfp2sosBwKBgBXqZbRsAtQOxqyNBQjLQ4l0wWcLzLddZQYulclIJQ67ZxjlMkrU\n50f/N+ADkiO00hmLs3h8spe6Tqvf+Zbk+bNUcqSXzsnc+IAQUc5FFJpYdV9Zc1Ht\n4MFefq/wbxZ0MX+0gqXttdAwhSpQO5844oyokCu7uTwYDYs5OmZ/ly45AoGAaC1o\n+2iueIhCFOaHPSM0aUBJyZulzu5Vo11wM9+CCvWmGFW89xPo7UEzr+JmSvgUabEH\nADiT/7fBPbq7bRW/pENEn8O7u/sztSbNNCiOzFlZst/eu74/ZKXSNw1qvJQNqAEr\n+37KwqwLDe/s7e0yNwMYiEuibvlsikeGfheUtMkCgYEA3OvtZ9y6hDVsK53XuAhX\nxEQXwLPs/rw5kGA9MLX2xBWudqs64JwfNG0nvbrCzmkpwHlT0D1wBUxG0sl7CC38\nJtLZRVDM0jomYZVUniVAOIrJR44L30csgS/NLNEgF+eUmKdF8iWHay7lt4slegfl\nlO90UCunfIFCwzuPItAtL7o=\n-----END PRIVATE KEY-----\n', 'ca': '/etc/pki/tls/certs/quadlet_demo.crt', 'ca_content': '-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAOVHAl4T0khNhYXiEVtX0HwwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2U1\nNDcwMjVlLTEzZDI0ODRkLTg1ODVlMjExLTViNTdkMDdiMB4XDTI0MDEyMDAyNTI1\nNFoXDTI1MDEyMDAyNTI1NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6BOPW7SbI5Jx3F5o1SirGMb8vIA3xJnb\nJM3ae8bKiWgWAWMv4/cK4lpkNEMdZcFsJxanytN7tzYpXPxQNAMVxqidG9vuJH8R\nTwOJVwAS0sTWOqEgOja3mAWVjtNCPByveY73N9LGi4ddlH1G3+oJdn7qaAeaC3xd\nJqR4KICAr7Vus5rID7Myp4QzMN8E5NlwvF8VtfWEchG34pTdILhNGr8OCIzbO49I\n42F7TnAb0wCXlZ2OZL0O9fPB9g0NU2eIoLwb7RsTKLTLH38SHYgSEvppYu465FOj\nsIsx7lnhaolFzS2PgU7HwSMfTfOlmXPBRC/hViBfOnRU6hnzGUxE4QIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFB0g\nBks3zehEuYRaoz3qhTQlAfG/MB8GA1UdIwQYMBaAFO8gB0lCZj1yXVx8+qvhbsgs\n3aRqMA0GCSqGSIb3DQEBCwUAA4IBAQCYWIojne9GqpDBZNutzuSfUaCWW5F7RZnh\n8xqSt/0Hv0lPMRtJW6RE8QlhBq+WPO/j+TEF0W+04o7glh5Sw7RbOvhBOPmbY6DH\nVaHLz3Wc7yPFiBLbW+CSvkEQoG1DaaN/YU2Vggk6L+uF27jdsNr+9xRqWzzl/oYJ\nu14osI1cm+BSF86iW6LtGn6ZkO6hZu/mlXmrk5x2WbnGZLfFE4K4MroHz/+BQHZe\nP0nIJJ4ESG+WpVu0pRJwk1PKSiNyAhi9dnJeZ1UW/Qm9keFrUj9ma76NExINUpbJ\npq8x/cecCd7IHhReBHpz9TJxYIMK51codAVPZA8CWyAM2DsBUbFS\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.034425", "end": "2024-01-20 02:52:56.312078", "item": { "ca": "/etc/pki/tls/certs/quadlet_demo.crt", "ca_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAOVHAl4T0khNhYXiEVtX0HwwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2U1\nNDcwMjVlLTEzZDI0ODRkLTg1ODVlMjExLTViNTdkMDdiMB4XDTI0MDEyMDAyNTI1\nNFoXDTI1MDEyMDAyNTI1NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6BOPW7SbI5Jx3F5o1SirGMb8vIA3xJnb\nJM3ae8bKiWgWAWMv4/cK4lpkNEMdZcFsJxanytN7tzYpXPxQNAMVxqidG9vuJH8R\nTwOJVwAS0sTWOqEgOja3mAWVjtNCPByveY73N9LGi4ddlH1G3+oJdn7qaAeaC3xd\nJqR4KICAr7Vus5rID7Myp4QzMN8E5NlwvF8VtfWEchG34pTdILhNGr8OCIzbO49I\n42F7TnAb0wCXlZ2OZL0O9fPB9g0NU2eIoLwb7RsTKLTLH38SHYgSEvppYu465FOj\nsIsx7lnhaolFzS2PgU7HwSMfTfOlmXPBRC/hViBfOnRU6hnzGUxE4QIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFB0g\nBks3zehEuYRaoz3qhTQlAfG/MB8GA1UdIwQYMBaAFO8gB0lCZj1yXVx8+qvhbsgs\n3aRqMA0GCSqGSIb3DQEBCwUAA4IBAQCYWIojne9GqpDBZNutzuSfUaCWW5F7RZnh\n8xqSt/0Hv0lPMRtJW6RE8QlhBq+WPO/j+TEF0W+04o7glh5Sw7RbOvhBOPmbY6DH\nVaHLz3Wc7yPFiBLbW+CSvkEQoG1DaaN/YU2Vggk6L+uF27jdsNr+9xRqWzzl/oYJ\nu14osI1cm+BSF86iW6LtGn6ZkO6hZu/mlXmrk5x2WbnGZLfFE4K4MroHz/+BQHZe\nP0nIJJ4ESG+WpVu0pRJwk1PKSiNyAhi9dnJeZ1UW/Qm9keFrUj9ma76NExINUpbJ\npq8x/cecCd7IHhReBHpz9TJxYIMK51codAVPZA8CWyAM2DsBUbFS\n-----END CERTIFICATE-----\n", "cert": "/etc/pki/tls/certs/quadlet_demo.crt", "cert_content": "-----BEGIN CERTIFICATE-----\nMIIDgzCCAmugAwIBAgIRAOVHAl4T0khNhYXiEVtX0HwwDQYJKoZIhvcNAQELBQAw\nUDEgMB4GA1UEAwwXTG9jYWwgU2lnbmluZyBBdXRob3JpdHkxLDAqBgNVBAMMI2U1\nNDcwMjVlLTEzZDI0ODRkLTg1ODVlMjExLTViNTdkMDdiMB4XDTI0MDEyMDAyNTI1\nNFoXDTI1MDEyMDAyNTI1NFowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkq\nhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6BOPW7SbI5Jx3F5o1SirGMb8vIA3xJnb\nJM3ae8bKiWgWAWMv4/cK4lpkNEMdZcFsJxanytN7tzYpXPxQNAMVxqidG9vuJH8R\nTwOJVwAS0sTWOqEgOja3mAWVjtNCPByveY73N9LGi4ddlH1G3+oJdn7qaAeaC3xd\nJqR4KICAr7Vus5rID7Myp4QzMN8E5NlwvF8VtfWEchG34pTdILhNGr8OCIzbO49I\n42F7TnAb0wCXlZ2OZL0O9fPB9g0NU2eIoLwb7RsTKLTLH38SHYgSEvppYu465FOj\nsIsx7lnhaolFzS2PgU7HwSMfTfOlmXPBRC/hViBfOnRU6hnzGUxE4QIDAQABo4GT\nMIGQMAsGA1UdDwQEAwIFoDAUBgNVHREEDTALgglsb2NhbGhvc3QwHQYDVR0lBBYw\nFAYIKwYBBQUHAwEGCCsGAQUFBwMCMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFB0g\nBks3zehEuYRaoz3qhTQlAfG/MB8GA1UdIwQYMBaAFO8gB0lCZj1yXVx8+qvhbsgs\n3aRqMA0GCSqGSIb3DQEBCwUAA4IBAQCYWIojne9GqpDBZNutzuSfUaCWW5F7RZnh\n8xqSt/0Hv0lPMRtJW6RE8QlhBq+WPO/j+TEF0W+04o7glh5Sw7RbOvhBOPmbY6DH\nVaHLz3Wc7yPFiBLbW+CSvkEQoG1DaaN/YU2Vggk6L+uF27jdsNr+9xRqWzzl/oYJ\nu14osI1cm+BSF86iW6LtGn6ZkO6hZu/mlXmrk5x2WbnGZLfFE4K4MroHz/+BQHZe\nP0nIJJ4ESG+WpVu0pRJwk1PKSiNyAhi9dnJeZ1UW/Qm9keFrUj9ma76NExINUpbJ\npq8x/cecCd7IHhReBHpz9TJxYIMK51codAVPZA8CWyAM2DsBUbFS\n-----END CERTIFICATE-----\n", "key": "/etc/pki/tls/private/quadlet_demo.key", "key_content": "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDoE49btJsjknHc\nXmjVKKsYxvy8gDfEmdskzdp7xsqJaBYBYy/j9wriWmQ0Qx1lwWwnFqfK03u3Nilc\n/FA0AxXGqJ0b2+4kfxFPA4lXABLSxNY6oSA6NreYBZWO00I8HK95jvc30saLh12U\nfUbf6gl2fupoB5oLfF0mpHgogICvtW6zmsgPszKnhDMw3wTk2XC8XxW19YRyEbfi\nlN0guE0avw4IjNs7j0jjYXtOcBvTAJeVnY5kvQ7188H2DQ1TZ4igvBvtGxMotMsf\nfxIdiBIS+mli7jrkU6OwizHuWeFqiUXNLY+BTsfBIx9N86WZc8FEL+FWIF86dFTq\nGfMZTEThAgMBAAECggEAcwqXKud5bAXBKXMnVlsFjY++YxbQDkYSaskcf/UIG1sc\nZW2spL2miJQ0Te/jF7jtCudhH9r73dMcZ/qvK0lINyUIVHION8tBYkCniRgBPLfU\nVlXe6tyK3/IMtDMnBzNVDNYA2IxEXZAppF0BkCesry+0tQLnqr/oUSqAYdtpby94\nP5luL8P81Nc5zwmAHPGyfk2KwAvEJBxpdGnDD+Upq7pia/52aAjJTgpmEKvTmn+r\nrX43pEQw2ls6gytQvq0gk0U+ml0B2BdVN/T1PeOKuaNmZDaDkLvbspKaAp5GNUUl\nptzudszAztWTbXhxYVY1yBQH6n2QJ846tuf+HiP4nQKBgQD7RjVVK9t1DeqmxX17\nzay6rvmKtooVl5M9QCIIJeeV903DSFa1Qo7R5Gfe1UfOJpjq8P9KtiaJFlJTa+lg\nfty4y8cT/rfg/zXKSveEVtXf+vilenn4h44HfZWEWYeQXBQ9LcmmFapGJpO+UOGz\nK0DriZ8YW/IEtykr1fkuITed1wKBgQDscOvUU1owyM8Sn3lG6P+4aJGfqZwFJKw3\n6lQyx2tvqsI+KdI5z48ZcfKa4YWiAucD17ipXNdmDrCUDbLVR1seoSWm7DUwwDN+\ncbZD7OByZtKKLHvLWQB8lrQMVma3L5MGnvnV5VEveRUeEA3hziRHidYvV90OwDwt\nJMfp2sosBwKBgBXqZbRsAtQOxqyNBQjLQ4l0wWcLzLddZQYulclIJQ67ZxjlMkrU\n50f/N+ADkiO00hmLs3h8spe6Tqvf+Zbk+bNUcqSXzsnc+IAQUc5FFJpYdV9Zc1Ht\n4MFefq/wbxZ0MX+0gqXttdAwhSpQO5844oyokCu7uTwYDYs5OmZ/ly45AoGAaC1o\n+2iueIhCFOaHPSM0aUBJyZulzu5Vo11wM9+CCvWmGFW89xPo7UEzr+JmSvgUabEH\nADiT/7fBPbq7bRW/pENEn8O7u/sztSbNNCiOzFlZst/eu74/ZKXSNw1qvJQNqAEr\n+37KwqwLDe/s7e0yNwMYiEuibvlsikeGfheUtMkCgYEA3OvtZ9y6hDVsK53XuAhX\nxEQXwLPs/rw5kGA9MLX2xBWudqs64JwfNG0nvbrCzmkpwHlT0D1wBUxG0sl7CC38\nJtLZRVDM0jomYZVUniVAOIrJR44L30csgS/NLNEgF+eUmKdF8iWHay7lt4slegfl\nlO90UCunfIFCwzuPItAtL7o=\n-----END PRIVATE KEY-----\n" }, "rc": 0, "start": "2024-01-20 02:52:56.277653" } STDOUT: Request "20240120025254" removed. TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 20 January 2024 02:52:56 +0000 (0:00:00.305) 0:00:16.539 ****** 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-cast-secret-data-to-stringa35n1fco/tests/tests_quadlet_demo.yml:48 Saturday 20 January 2024 02:52:56 +0000 (0:00:00.638) 0:00:17.178 ****** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 20 January 2024 02:52:57 +0000 (0:00:00.028) 0:00:17.206 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 20 January 2024 02:52:57 +0000 (0:00:00.014) 0:00:17.221 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 20 January 2024 02:52:57 +0000 (0:00:00.017) 0:00:17.238 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 20 January 2024 02:52:57 +0000 (0:00:00.205) 0:00:17.444 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:20 Saturday 20 January 2024 02:52:57 +0000 (0:00:00.014) 0:00:17.459 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 20 January 2024 02:52:57 +0000 (0:00:00.022) 0:00:17.481 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 20 January 2024 02:52:58 +0000 (0:00:00.907) 0:00:18.388 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 20 January 2024 02:52:58 +0000 (0:00:00.025) 0:00:18.413 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: fuse-overlayfs-1.12-1.fc38.x86_64", "Installed: fuse3-3.14.1-1.fc38.x86_64", "Installed: fuse3-libs-3.14.1-1.fc38.x86_64", "Installed: slirp4netns-1.2.2-1.fc38.x86_64", "Installed: crun-1.12-1.fc38.x86_64", "Installed: conmon-2:2.1.8-2.fc38.x86_64", "Installed: container-selinux-2:2.227.0-1.fc38.noarch", "Installed: containers-common-4:1-89.fc38.noarch", "Installed: containers-common-extra-4:1-89.fc38.noarch", "Installed: netavark-1.9.0-1.fc38.x86_64", "Installed: yajl-2.1.0-21.fc38.x86_64", "Installed: passt-0^20231230.gf091893-1.fc38.x86_64", "Installed: passt-selinux-0^20231230.gf091893-1.fc38.noarch", "Installed: libmd-1.1.0-1.fc38.x86_64", "Installed: libslirp-4.7.0-3.fc38.x86_64", "Installed: aardvark-dns-1.9.0-1.fc38.x86_64", "Installed: libbsd-0.11.7-4.fc38.x86_64", "Installed: shadow-utils-subid-2:4.13-6.fc38.x86_64", "Installed: qemu-user-static-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-aarch64-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-alpha-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-arm-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-cris-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-hexagon-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-hppa-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-loongarch64-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-m68k-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-microblaze-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-mips-2:7.2.7-1.fc38.x86_64", "Installed: podman-5:4.8.3-1.fc38.x86_64", "Installed: qemu-user-static-nios2-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-or1k-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-ppc-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-riscv-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-s390x-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-sh4-2:7.2.7-1.fc38.x86_64", "Installed: libnet-1.3-1.fc38.x86_64", "Installed: qemu-user-static-sparc-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-x86-2:7.2.7-1.fc38.x86_64", "Installed: qemu-user-static-xtensa-2:7.2.7-1.fc38.x86_64", "Installed: catatonit-0.1.7-14.fc38.x86_64", "Installed: gvisor-tap-vsock-6:0.7.1-1.fc38.x86_64", "Installed: gvisor-tap-vsock-gvforwarder-6:0.7.1-1.fc38.x86_64", "Installed: criu-3.18-1.fc38.x86_64", "Installed: criu-libs-3.18-1.fc38.x86_64", "Installed: fuse-common-3.14.1-1.fc38.x86_64" ] } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:22 Saturday 20 January 2024 02:54:20 +0000 (0:01:22.708) 0:01:41.121 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.044298", "end": "2024-01-20 02:54:21.161066", "rc": 0, "start": "2024-01-20 02:54:21.116768" } STDOUT: podman version 4.8.3 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:27 Saturday 20 January 2024 02:54:21 +0000 (0:00:00.275) 0:01:41.397 ****** ok: [sut] => { "ansible_facts": { "podman_version": "4.8.3" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:31 Saturday 20 January 2024 02:54:21 +0000 (0:00:00.019) 0:01:41.416 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 20 January 2024 02:54:21 +0000 (0:00:00.019) 0:01:41.436 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:48 Saturday 20 January 2024 02:54:21 +0000 (0:00:00.044) 0:01:41.480 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:55 Saturday 20 January 2024 02:54:21 +0000 (0:00:00.045) 0:01:41.526 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 20 January 2024 02:54:21 +0000 (0:00:00.051) 0:01:41.577 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 20 January 2024 02:54:21 +0000 (0:00:00.277) 0:01:41.855 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 20 January 2024 02:54:21 +0000 (0:00:00.020) 0:01:41.875 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Saturday 20 January 2024 02:54:21 +0000 (0:00:00.023) 0:01:41.899 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Saturday 20 January 2024 02:54:21 +0000 (0:00:00.222) 0:01:42.121 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Saturday 20 January 2024 02:54:21 +0000 (0:00:00.025) 0:01:42.146 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1678060800.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1705719221.9490027, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203380, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "1828313006", "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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.221) 0:01:42.368 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.017) 0:01:42.385 ****** 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 if user is in subuid file] ****** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.016) 0:01:42.402 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.015) 0:01:42.417 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.016) 0:01:42.434 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.016) 0:01:42.450 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:61 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.016) 0:01:42.467 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:70 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.035) 0:01:42.502 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.033) 0:01:42.535 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.017) 0:01:42.552 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.017) 0:01:42.570 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.053) 0:01:42.623 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.017) 0:01:42.640 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:76 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.017) 0:01:42.658 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.033) 0:01:42.691 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.017) 0:01:42.708 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:79 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.016) 0:01:42.725 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.034) 0:01:42.760 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.016) 0:01:42.777 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.017) 0:01:42.794 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.016) 0:01:42.811 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:85 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.017) 0:01:42.828 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.058) 0:01:42.886 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.028) 0:01:42.915 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.021) 0:01:42.937 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.233) 0:01:43.170 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 20 January 2024 02:54:22 +0000 (0:00:00.021) 0:01:43.192 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:26 Saturday 20 January 2024 02:54:25 +0000 (0:00:02.328) 0:01:45.520 ****** skipping: [sut] => { "changed": false, "false_condition": "firewall_package_result is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 20 January 2024 02:54:25 +0000 (0:00:00.018) 0:01:45.539 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 20 January 2024 02:54:25 +0000 (0:00:00.017) 0:01:45.556 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 20 January 2024 02:54:25 +0000 (0:00:00.020) 0:01:45.577 ****** 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 basic.target system.slice dbus-broker.service polkit.service sysinit.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": "ip6tables.service ebtables.service iptables.service ipset.service nftables.service shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "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": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4434", "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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 20 January 2024 02:54:25 +0000 (0:00:00.395) 0:01:45.973 ****** 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.socket system.slice polkit.service dbus-broker.service basic.target sysinit.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 shutdown.target ebtables.service iptables.service ip6tables.service nftables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "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": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4434", "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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 20 January 2024 02:54:28 +0000 (0:00:02.234) 0:01:48.208 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 20 January 2024 02:54:28 +0000 (0:00:00.026) 0:01:48.234 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 20 January 2024 02:54:28 +0000 (0:00:00.017) 0:01:48.251 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 20 January 2024 02:54:28 +0000 (0:00:00.017) 0:01:48.268 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 20 January 2024 02:54:29 +0000 (0:00:01.879) 0:01:50.148 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 20 January 2024 02:54:29 +0000 (0:00:00.029) 0:01:50.177 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 20 January 2024 02:54:29 +0000 (0:00:00.019) 0:01:50.197 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 20 January 2024 02:54:30 +0000 (0:00:00.018) 0:01:50.216 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 20 January 2024 02:54:30 +0000 (0:00:00.018) 0:01:50.234 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 20 January 2024 02:54:30 +0000 (0:00:00.017) 0:01:50.252 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 20 January 2024 02:54:30 +0000 (0:00:00.017) 0:01:50.269 ****** skipping: [sut] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:92 Saturday 20 January 2024 02:54:30 +0000 (0:00:00.050) 0:01:50.320 ****** skipping: [sut] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:99 Saturday 20 January 2024 02:54:30 +0000 (0:00:00.018) 0:01:50.339 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml for sut => (item=(censored due to no_log)) included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.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 0] ***************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Saturday 20 January 2024 02:54:30 +0000 (0:00:00.065) 0:01:50.404 ****** 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 : Set variables part 1] ***************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Saturday 20 January 2024 02:54:30 +0000 (0:00:00.021) 0:01:50.426 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Saturday 20 January 2024 02:54:30 +0000 (0:00:00.020) 0:01:50.446 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Saturday 20 January 2024 02:54:30 +0000 (0:00:00.022) 0:01:50.469 ****** 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 0] ***************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Saturday 20 January 2024 02:54:30 +0000 (0:00:00.555) 0:01:51.024 ****** 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 : Set variables part 1] ***************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Saturday 20 January 2024 02:54:30 +0000 (0:00:00.022) 0:01:51.047 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Saturday 20 January 2024 02:54:30 +0000 (0:00:00.020) 0:01:51.067 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Saturday 20 January 2024 02:54:30 +0000 (0:00:00.023) 0:01:51.091 ****** 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 0] ***************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:3 Saturday 20 January 2024 02:54:31 +0000 (0:00:00.295) 0:01:51.387 ****** 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 : Set variables part 1] ***************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:10 Saturday 20 January 2024 02:54:31 +0000 (0:00:00.022) 0:01:51.409 ****** ok: [sut] => { "ansible_facts": { "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set variables part 2] ***************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:14 Saturday 20 January 2024 02:54:31 +0000 (0:00:00.020) 0:01:51.430 ****** ok: [sut] => { "ansible_facts": { "__podman_rootless": false, "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Manage each secret] ******************* task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 Saturday 20 January 2024 02:54:31 +0000 (0:00:00.023) 0:01:51.453 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:106 Saturday 20 January 2024 02:54:31 +0000 (0:00:00.295) 0:01:51.749 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:112 Saturday 20 January 2024 02:54:31 +0000 (0:00:00.016) 0:01:51.766 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'file_src': 'quadlet-demo.network'}) included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'file_src': 'quadlet-demo-mysql.volume'}) included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'template_src': 'quadlet-demo-mysql.container.j2'}) included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'file_src': 'envoy-proxy-configmap.yml'}) included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'template_src': 'quadlet-demo.yml.j2'}) included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml for sut => (item={'file_src': 'quadlet-demo.kube'}) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 20 January 2024 02:54:31 +0000 (0:00:00.101) 0:01:51.868 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 20 January 2024 02:54:31 +0000 (0:00:00.027) 0:01:51.895 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 20 January 2024 02:54:31 +0000 (0:00:00.023) 0:01:51.919 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 20 January 2024 02:54:31 +0000 (0:00:00.019) 0:01:51.938 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 20 January 2024 02:54:31 +0000 (0:00:00.028) 0:01:51.966 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 20 January 2024 02:54:31 +0000 (0:00:00.033) 0:01:52.000 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 20 January 2024 02:54:31 +0000 (0:00:00.021) 0:01:52.021 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 20 January 2024 02:54:31 +0000 (0:00:00.021) 0:01:52.043 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Saturday 20 January 2024 02:54:31 +0000 (0:00:00.024) 0:01:52.067 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.222) 0:01:52.290 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.025) 0:01:52.315 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705719262.1248655, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1705719221.9490027, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203380, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "1828313006", "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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.222) 0:01:52.537 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.017) 0:01:52.555 ****** 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 if user is in subuid file] ****** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.019) 0:01:52.574 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.017) 0:01:52.592 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.016) 0:01:52.609 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.017) 0:01:52.626 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.016) 0:01:52.642 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.059) 0:01:52.702 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.021) 0:01:52.723 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.019) 0:01:52.742 ****** 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 : Cleanup quadlets] ********************* task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.045) 0:01:52.787 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.017) 0:01:52.805 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Enable lingering if needed] *********** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.038) 0:01:52.843 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:8 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.018) 0:01:52.862 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:21 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.015) 0:01:52.878 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:38 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.017) 0:01:52.895 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:47 Saturday 20 January 2024 02:54:32 +0000 (0:00:00.233) 0:01:53.129 ****** 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-1705719272.963837-8288-182982258728978/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:57 Saturday 20 January 2024 02:54:33 +0000 (0:00:00.659) 0:01:53.788 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:69 Saturday 20 January 2024 02:54:33 +0000 (0:00:00.018) 0:01:53.807 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:81 Saturday 20 January 2024 02:54:33 +0000 (0:00:00.018) 0:01:53.825 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:109 Saturday 20 January 2024 02:54:34 +0000 (0:00:00.795) 0:01:54.620 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:124 Saturday 20 January 2024 02:54:34 +0000 (0:00:00.020) 0:01:54.641 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 20 January 2024 02:54:34 +0000 (0:00:00.021) 0:01:54.662 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 20 January 2024 02:54:34 +0000 (0:00:00.026) 0:01:54.689 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 20 January 2024 02:54:34 +0000 (0:00:00.023) 0:01:54.713 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 20 January 2024 02:54:34 +0000 (0:00:00.018) 0:01:54.731 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 20 January 2024 02:54:34 +0000 (0:00:00.057) 0:01:54.788 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 20 January 2024 02:54:34 +0000 (0:00:00.035) 0:01:54.823 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 20 January 2024 02:54:34 +0000 (0:00:00.021) 0:01:54.845 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 20 January 2024 02:54:34 +0000 (0:00:00.022) 0:01:54.867 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Saturday 20 January 2024 02:54:34 +0000 (0:00:00.027) 0:01:54.895 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Saturday 20 January 2024 02:54:34 +0000 (0:00:00.227) 0:01:55.122 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Saturday 20 January 2024 02:54:34 +0000 (0:00:00.025) 0:01:55.148 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705719262.1248655, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1705719221.9490027, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203380, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "1828313006", "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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.222) 0:01:55.371 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.018) 0:01:55.389 ****** 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 if user is in subuid file] ****** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.016) 0:01:55.406 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.017) 0:01:55.424 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.017) 0:01:55.441 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.017) 0:01:55.459 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.017) 0:01:55.476 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.032) 0:01:55.508 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.019) 0:01:55.528 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.018) 0:01:55.547 ****** 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 : Cleanup quadlets] ********************* task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.054) 0:01:55.602 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.017) 0:01:55.619 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Enable lingering if needed] *********** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.064) 0:01:55.684 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:8 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.017) 0:01:55.701 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:21 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.016) 0:01:55.718 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Ensure the quadlet directory is present] *** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:38 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.017) 0:01:55.735 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:47 Saturday 20 January 2024 02:54:35 +0000 (0:00:00.233) 0:01:55.968 ****** 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-1705719275.8061752-8333-259105931896548/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure quadlet file content is present] *** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:57 Saturday 20 January 2024 02:54:36 +0000 (0:00:00.574) 0:01:56.543 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:69 Saturday 20 January 2024 02:54:36 +0000 (0:00:00.020) 0:01:56.564 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:81 Saturday 20 January 2024 02:54:36 +0000 (0:00:00.017) 0:01:56.581 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:109 Saturday 20 January 2024 02:54:37 +0000 (0:00:00.790) 0:01:57.371 ****** 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": "systemd-journald.socket basic.target -.mount system.slice 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", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/quadlet-demo-mysql-volume.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "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": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "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": "4434", "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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:124 Saturday 20 January 2024 02:54:37 +0000 (0:00:00.467) 0:01:57.838 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:14 Saturday 20 January 2024 02:54:37 +0000 (0:00:00.019) 0:01:57.858 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:25 Saturday 20 January 2024 02:54:37 +0000 (0:00:00.058) 0:01:57.916 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:35 Saturday 20 January 2024 02:54:37 +0000 (0:00:00.024) 0:01:57.941 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:48 Saturday 20 January 2024 02:54:37 +0000 (0:00:00.018) 0:01:57.960 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:57 Saturday 20 January 2024 02:54:37 +0000 (0:00:00.028) 0:01:57.988 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 20 January 2024 02:54:37 +0000 (0:00:00.034) 0:01:58.022 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 20 January 2024 02:54:37 +0000 (0:00:00.021) 0:01:58.043 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 20 January 2024 02:54:37 +0000 (0:00:00.077) 0:01:58.121 ****** ok: [sut] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Get group information] **************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:27 Saturday 20 January 2024 02:54:37 +0000 (0:00:00.027) 0:01:58.149 ****** ok: [sut] => { "ansible_facts": { "getent_group": { "root": [ "x", "0", "" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set group name] *********************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:34 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.228) 0:01:58.377 ****** ok: [sut] => { "ansible_facts": { "__podman_group_name": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:38 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.026) 0:01:58.404 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705719262.1248655, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "02bd4fbb1af303bd528684f8839db549767ee321", "ctime": 1705719221.9490027, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 203380, "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": 1678060800.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15984, "uid": 0, "version": "1828313006", "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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.235) 0:01:58.639 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:53 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.018) 0:01:58.657 ****** 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 if user is in subuid file] ****** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:63 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.017) 0:01:58.674 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:71 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.017) 0:01:58.692 ****** skipping: [sut] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if group is in subgid file] ***** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.017) 0:01:58.709 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:86 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.017) 0:01:58.727 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:62 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.017) 0:01:58.745 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:73 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.032) 0:01:58.777 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:77 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.020) 0:01:58.797 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:87 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.018) 0:01:58.816 ****** 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 : Cleanup quadlets] ********************* task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:103 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.046) 0:01:58.862 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_quadlet_spec.yml:107 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.017) 0:01:58.879 ****** included: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml for sut TASK [fedora.linux_system_roles.podman : Enable lingering if needed] *********** task path: /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:2 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.037) 0:01:58.917 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:8 Saturday 20 January 2024 02:54:38 +0000 (0:00:00.017) 0:01:58.934 ****** 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-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:21 Saturday 20 January 2024 02:54:39 +0000 (0:00:00.269) 0:01:59.204 ****** failed: [sut] (item=quay.io/linux-system-roles/mysql:5.6) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": true, "item": "quay.io/linux-system-roles/mysql:5.6" } MSG: Failed to pull image quay.io/linux-system-roles/mysql:5.6 to retry, use: --limit @/tmp/tests_quadlet_demo.retry PLAY RECAP ********************************************************************* sut : ok=108 changed=17 unreachable=0 failed=1 skipped=84 rescued=0 ignored=0 Saturday 20 January 2024 02:54:39 +0000 (0:00:00.673) 0:01:59.878 ****** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 82.71s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 5.35s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 4.92s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.33s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 2.23s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.88s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 1.54s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 fedora.linux_system_roles.certificate : Ensure provider service is running --- 1.41s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.91s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/tests/tests_quadlet_demo.yml:9 fedora.linux_system_roles.certificate : Slurp the contents of the files --- 0.81s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.80s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:81 fedora.linux_system_roles.podman : Reload systemctl --------------------- 0.79s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:81 fedora.linux_system_roles.podman : Ensure container images are present --- 0.67s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:21 fedora.linux_system_roles.podman : Ensure quadlet file is copied -------- 0.66s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:47 fedora.linux_system_roles.certificate : Remove files -------------------- 0.64s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 fedora.linux_system_roles.podman : Ensure quadlet file is copied -------- 0.58s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:47 fedora.linux_system_roles.podman : Manage each secret ------------------- 0.56s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_secret.yml:20 fedora.linux_system_roles.podman : Start service ------------------------ 0.47s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_quadlet_spec.yml:109 fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists --- 0.46s /WORKDIR/git-cast-secret-data-to-stringa35n1fco/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 ---^---^---^---^---^--- # 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) ---^---^---^---^---^---