Execution
Date 08 Dec 2025 13:40:18 +0000
Duration 00:10:06.79
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.11
Summary
15 Hosts
608 Tasks
2412 Results
18 Plays
158 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:01.67
  • Play
    Basic lxc host setup
  • Task
    lxc_hosts : Rsyncing files from the LXC host to the container cache
  • Host
    aio1

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/pip.conf" ]]; then
  rsync -av "/etc/pip.conf" "/var/lib/machines/almalinux-10-amd64/etc/pip.conf"
else
  exit 3
fi
delta
0:00:00.047898
end
2025-12-08 13:43:47.183129
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/pip.conf\" ]]; then\n  rsync -av \"/etc/pip.conf\" \"/var/lib/machines/almalinux-10-amd64/etc/pip.conf\"\nelse\n  exit 3\nfi\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
item
/etc/pip.conf
msg

rc
0
start
2025-12-08 13:43:47.135231
stderr

stderr_lines
[]
stdout
sending incremental file list
pip.conf

sent 342 bytes  received 35 bytes  754.00 bytes/sec
total size is 237  speedup is 0.63
stdout_lines
[
    "sending incremental file list",
    "pip.conf",
    "",
    "sent 342 bytes  received 35 bytes  754.00 bytes/sec",
    "total size is 237  speedup is 0.63"
]



Result #2

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/protocols" ]]; then
  rsync -av "/etc/protocols" "/var/lib/machines/almalinux-10-amd64/etc/protocols"
else
  exit 3
fi
delta
0:00:00.047574
end
2025-12-08 13:43:47.377835
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/protocols\" ]]; then\n  rsync -av \"/etc/protocols\" \"/var/lib/machines/almalinux-10-amd64/etc/protocols\"\nelse\n  exit 3\nfi\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
item
/etc/protocols
msg

rc
0
start
2025-12-08 13:43:47.330261
stderr

stderr_lines
[]
stdout
sending incremental file list

sent 54 bytes  received 12 bytes  132.00 bytes/sec
total size is 6,714  speedup is 101.73
stdout_lines
[
    "sending incremental file list",
    "",
    "sent 54 bytes  received 12 bytes  132.00 bytes/sec",
    "total size is 6,714  speedup is 101.73"
]



Result #3

Field Value
ansible_loop_var
item
changed
False
cmd
if [[ -e "/etc/yum/pluginconf.d/fastestmirror.conf" ]]; then
  rsync -av "/etc/yum/pluginconf.d/fastestmirror.conf" "/var/lib/machines/almalinux-10-amd64/etc/yum/pluginconf.d/fastestmirror.conf"
else
  exit 3
fi
delta
0:00:00.002539
end
2025-12-08 13:43:47.538558
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/yum/pluginconf.d/fastestmirror.conf\" ]]; then\n  rsync -av \"/etc/yum/pluginconf.d/fastestmirror.conf\" \"/var/lib/machines/almalinux-10-amd64/etc/yum/pluginconf.d/fastestmirror.conf\"\nelse\n  exit 3\nfi\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
item
/etc/yum/pluginconf.d/fastestmirror.conf
msg
non-zero return code
rc
3
start
2025-12-08 13:43:47.536019
stderr

stderr_lines
[]
stdout

stdout_lines
[]



Result #4

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/locale.conf" ]]; then
  rsync -av "/etc/locale.conf" "/var/lib/machines/almalinux-10-amd64/etc/locale.conf"
else
  exit 3
fi
delta
0:00:00.046726
end
2025-12-08 13:43:47.729549
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/locale.conf\" ]]; then\n  rsync -av \"/etc/locale.conf\" \"/var/lib/machines/almalinux-10-amd64/etc/locale.conf\"\nelse\n  exit 3\nfi\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
item
/etc/locale.conf
msg

rc
0
start
2025-12-08 13:43:47.682823
stderr

stderr_lines
[]
stdout
sending incremental file list
locale.conf

sent 117 bytes  received 35 bytes  304.00 bytes/sec
total size is 14  speedup is 0.09
stdout_lines
[
    "sending incremental file list",
    "locale.conf",
    "",
    "sent 117 bytes  received 35 bytes  304.00 bytes/sec",
    "total size is 14  speedup is 0.09"
]



Result #5

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/localtime" ]]; then
  rsync -av "/etc/localtime" "/var/lib/machines/almalinux-10-amd64/etc/localtime"
else
  exit 3
fi
delta
0:00:00.046720
end
2025-12-08 13:43:47.920555
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/localtime\" ]]; then\n  rsync -av \"/etc/localtime\" \"/var/lib/machines/almalinux-10-amd64/etc/localtime\"\nelse\n  exit 3\nfi\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
item
/etc/localtime
msg

rc
0
start
2025-12-08 13:43:47.873835
stderr

stderr_lines
[]
stdout
sending incremental file list
localtime -> ../usr/share/zoneinfo/UTC

sent 87 bytes  received 19 bytes  212.00 bytes/sec
total size is 25  speedup is 0.24
stdout_lines
[
    "sending incremental file list",
    "localtime -> ../usr/share/zoneinfo/UTC",
    "",
    "sent 87 bytes  received 19 bytes  212.00 bytes/sec",
    "total size is 25  speedup is 0.24"
]



Result #6

Field Value
ansible_loop_var
item
changed
False
cmd
if [[ -e "/etc/default/locale" ]]; then
  rsync -av "/etc/default/locale" "/var/lib/machines/almalinux-10-amd64/etc/default/locale"
else
  exit 3
fi
delta
0:00:00.002285
end
2025-12-08 13:43:48.068128
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/default/locale\" ]]; then\n  rsync -av \"/etc/default/locale\" \"/var/lib/machines/almalinux-10-amd64/etc/default/locale\"\nelse\n  exit 3\nfi\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
item
/etc/default/locale
msg
non-zero return code
rc
3
start
2025-12-08 13:43:48.065843
stderr

stderr_lines
[]
stdout

stdout_lines
[]



Result #7

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/environment" ]]; then
  rsync -av "/etc/environment" "/var/lib/machines/almalinux-10-amd64/etc/environment"
else
  exit 3
fi
delta
0:00:00.046900
end
2025-12-08 13:43:48.260145
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/environment\" ]]; then\n  rsync -av \"/etc/environment\" \"/var/lib/machines/almalinux-10-amd64/etc/environment\"\nelse\n  exit 3\nfi\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
item
/etc/environment
msg

rc
0
start
2025-12-08 13:43:48.213245
stderr

stderr_lines
[]
stdout
sending incremental file list
environment

sent 330 bytes  received 35 bytes  730.00 bytes/sec
total size is 222  speedup is 0.61
stdout_lines
[
    "sending incremental file list",
    "environment",
    "",
    "sent 330 bytes  received 35 bytes  730.00 bytes/sec",
    "total size is 222  speedup is 0.61"
]



Result #8

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/pki/rpm-gpg/" ]]; then
  rsync -av "/etc/pki/rpm-gpg/" "/var/lib/machines/almalinux-10-amd64/etc/pki/rpm-gpg/"
else
  exit 3
fi
delta
0:00:00.046690
end
2025-12-08 13:43:48.452163
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/pki/rpm-gpg/\" ]]; then\n  rsync -av \"/etc/pki/rpm-gpg/\" \"/var/lib/machines/almalinux-10-amd64/etc/pki/rpm-gpg/\"\nelse\n  exit 3\nfi\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
item
/etc/pki/rpm-gpg/
msg

rc
0
start
2025-12-08 13:43:48.405473
stderr

stderr_lines
[]
stdout
sending incremental file list
./
RPM-GPG-KEY-CentOS-SIG-Cloud
RPM-GPG-KEY-CentOS-SIG-Virtualization-RDO
RPM-GPG-KEY-EPEL-10

sent 4,061 bytes  received 76 bytes  8,274.00 bytes/sec
total size is 5,406  speedup is 1.31
stdout_lines
[
    "sending incremental file list",
    "./",
    "RPM-GPG-KEY-CentOS-SIG-Cloud",
    "RPM-GPG-KEY-CentOS-SIG-Virtualization-RDO",
    "RPM-GPG-KEY-EPEL-10",
    "",
    "sent 4,061 bytes  received 76 bytes  8,274.00 bytes/sec",
    "total size is 5,406  speedup is 1.31"
]



Result #9

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/yum.repos.d/" ]]; then
  rsync -av "/etc/yum.repos.d/" "/var/lib/machines/almalinux-10-amd64/etc/yum.repos.d/"
else
  exit 3
fi
delta
0:00:00.046954
end
2025-12-08 13:43:48.644394
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/yum.repos.d/\" ]]; then\n  rsync -av \"/etc/yum.repos.d/\" \"/var/lib/machines/almalinux-10-amd64/etc/yum.repos.d/\"\nelse\n  exit 3\nfi\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
item
/etc/yum.repos.d/
msg

rc
0
start
2025-12-08 13:43:48.597440
stderr

stderr_lines
[]
stdout
sending incremental file list
./
almalinux-crb.repo
epel-lxc_hosts.repo
epel-networkd.repo
epel.repo.rpmsave
rdo-deps.repo

sent 3,647 bytes  received 114 bytes  7,522.00 bytes/sec
total size is 11,275  speedup is 3.00
stdout_lines
[
    "sending incremental file list",
    "./",
    "almalinux-crb.repo",
    "epel-lxc_hosts.repo",
    "epel-networkd.repo",
    "epel.repo.rpmsave",
    "rdo-deps.repo",
    "",
    "sent 3,647 bytes  received 114 bytes  7,522.00 bytes/sec",
    "total size is 11,275  speedup is 3.00"
]