Execution
Date 15 Dec 2025 09:38:00 +0000
Duration 00:17:22.68
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
18 Hosts
603 Tasks
2798 Results
18 Plays
138 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:03.89
  • 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/protocols" ]]; then
  rsync -av "/etc/protocols" "/var/lib/machines/ubuntu-24-amd64/etc/protocols"
else
  exit 3
fi
delta
0:00:00.058726
end
2025-12-15 09:44:49.071778
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/protocols\" ]]; then\n  rsync -av \"/etc/protocols\" \"/var/lib/machines/ubuntu-24-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-15 09:44:49.013052
stderr

stderr_lines
[]
stdout
sending incremental file list
protocols

sent 3,245 bytes  received 35 bytes  6,560.00 bytes/sec
total size is 3,144  speedup is 0.96
stdout_lines
[
    "sending incremental file list",
    "protocols",
    "",
    "sent 3,245 bytes  received 35 bytes  6,560.00 bytes/sec",
    "total size is 3,144  speedup is 0.96"
]



Result #2

Field Value
ansible_loop_var
item
changed
False
cmd
if [[ -e "/etc/apt/trusted.gpg" ]]; then
  rsync -av "/etc/apt/trusted.gpg" "/var/lib/machines/ubuntu-24-amd64/etc/apt/trusted.gpg"
else
  exit 3
fi
delta
0:00:00.005228
end
2025-12-15 09:44:49.380792
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/apt/trusted.gpg\" ]]; then\n  rsync -av \"/etc/apt/trusted.gpg\" \"/var/lib/machines/ubuntu-24-amd64/etc/apt/trusted.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/apt/trusted.gpg
msg
non-zero return code
rc
3
start
2025-12-15 09:44:49.375564
stderr

stderr_lines
[]
stdout

stdout_lines
[]



Result #3

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/environment" ]]; then
  rsync -av "/etc/environment" "/var/lib/machines/ubuntu-24-amd64/etc/environment"
else
  exit 3
fi
delta
0:00:00.055996
end
2025-12-15 09:44:49.739337
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/environment\" ]]; then\n  rsync -av \"/etc/environment\" \"/var/lib/machines/ubuntu-24-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-15 09:44:49.683341
stderr

stderr_lines
[]
stdout
sending incremental file list
environment

sent 437 bytes  received 35 bytes  944.00 bytes/sec
total size is 330  speedup is 0.70
stdout_lines
[
    "sending incremental file list",
    "environment",
    "",
    "sent 437 bytes  received 35 bytes  944.00 bytes/sec",
    "total size is 330  speedup is 0.70"
]



Result #4

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/apt/trusted.gpg.d/" ]]; then
  rsync -av "/etc/apt/trusted.gpg.d/" "/var/lib/machines/ubuntu-24-amd64/etc/apt/trusted.gpg.d/"
else
  exit 3
fi
delta
0:00:00.055171
end
2025-12-15 09:44:50.105616
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/apt/trusted.gpg.d/\" ]]; then\n  rsync -av \"/etc/apt/trusted.gpg.d/\" \"/var/lib/machines/ubuntu-24-amd64/etc/apt/trusted.gpg.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/apt/trusted.gpg.d/
msg

rc
0
start
2025-12-15 09:44:50.050445
stderr

stderr_lines
[]
stdout
sending incremental file list
./

sent 122 bytes  received 19 bytes  282.00 bytes/sec
total size is 2,332  speedup is 16.54
stdout_lines
[
    "sending incremental file list",
    "./",
    "",
    "sent 122 bytes  received 19 bytes  282.00 bytes/sec",
    "total size is 2,332  speedup is 16.54"
]



Result #5

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/localtime" ]]; then
  rsync -av "/etc/localtime" "/var/lib/machines/ubuntu-24-amd64/etc/localtime"
else
  exit 3
fi
delta
0:00:00.052638
end
2025-12-15 09:44:50.455371
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/localtime\" ]]; then\n  rsync -av \"/etc/localtime\" \"/var/lib/machines/ubuntu-24-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-15 09:44:50.402733
stderr

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

sent 94 bytes  received 19 bytes  226.00 bytes/sec
total size is 27  speedup is 0.24
stdout_lines
[
    "sending incremental file list",
    "localtime -> /usr/share/zoneinfo/Etc/UTC",
    "",
    "sent 94 bytes  received 19 bytes  226.00 bytes/sec",
    "total size is 27  speedup is 0.24"
]



Result #6

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/pip.conf" ]]; then
  rsync -av "/etc/pip.conf" "/var/lib/machines/ubuntu-24-amd64/etc/pip.conf"
else
  exit 3
fi
delta
0:00:00.053867
end
2025-12-15 09:44:50.809762
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/ubuntu-24-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-15 09:44:50.755895
stderr

stderr_lines
[]
stdout
sending incremental file list
pip.conf

sent 337 bytes  received 35 bytes  744.00 bytes/sec
total size is 232  speedup is 0.62
stdout_lines
[
    "sending incremental file list",
    "pip.conf",
    "",
    "sent 337 bytes  received 35 bytes  744.00 bytes/sec",
    "total size is 232  speedup is 0.62"
]



Result #7

Field Value
ansible_loop_var
item
changed
False
cmd
if [[ -e "/etc/apt/mirrors/" ]]; then
  rsync -av "/etc/apt/mirrors/" "/var/lib/machines/ubuntu-24-amd64/etc/apt/mirrors/"
else
  exit 3
fi
delta
0:00:00.005230
end
2025-12-15 09:44:51.118719
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/apt/mirrors/\" ]]; then\n  rsync -av \"/etc/apt/mirrors/\" \"/var/lib/machines/ubuntu-24-amd64/etc/apt/mirrors/\"\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/apt/mirrors/
msg
non-zero return code
rc
3
start
2025-12-15 09:44:51.113489
stderr

stderr_lines
[]
stdout

stdout_lines
[]



Result #8

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/apt/sources.list" ]]; then
  rsync -av "/etc/apt/sources.list" "/var/lib/machines/ubuntu-24-amd64/etc/apt/sources.list"
else
  exit 3
fi
delta
0:00:00.053380
end
2025-12-15 09:44:51.467712
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/apt/sources.list\" ]]; then\n  rsync -av \"/etc/apt/sources.list\" \"/var/lib/machines/ubuntu-24-amd64/etc/apt/sources.list\"\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/apt/sources.list
msg

rc
0
start
2025-12-15 09:44:51.414332
stderr

stderr_lines
[]
stdout
sending incremental file list
sources.list

sent 498 bytes  received 35 bytes  1,066.00 bytes/sec
total size is 389  speedup is 0.73
stdout_lines
[
    "sending incremental file list",
    "sources.list",
    "",
    "sent 498 bytes  received 35 bytes  1,066.00 bytes/sec",
    "total size is 389  speedup is 0.73"
]



Result #9

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/apt/apt.conf.d/" ]]; then
  rsync -av "/etc/apt/apt.conf.d/" "/var/lib/machines/ubuntu-24-amd64/etc/apt/apt.conf.d/"
else
  exit 3
fi
delta
0:00:00.054048
end
2025-12-15 09:44:51.830734
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/apt/apt.conf.d/\" ]]; then\n  rsync -av \"/etc/apt/apt.conf.d/\" \"/var/lib/machines/ubuntu-24-amd64/etc/apt/apt.conf.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/apt/apt.conf.d/
msg

rc
0
start
2025-12-15 09:44:51.776686
stderr

stderr_lines
[]
stdout
sending incremental file list
./
20packagekit
95allow-unauthenticated
95disable-recommends
95no-translations
95phased-updates
99openstack-ansible
99unauthenticated

sent 1,987 bytes  received 152 bytes  4,278.00 bytes/sec
total size is 2,013  speedup is 0.94
stdout_lines
[
    "sending incremental file list",
    "./",
    "20packagekit",
    "95allow-unauthenticated",
    "95disable-recommends",
    "95no-translations",
    "95phased-updates",
    "99openstack-ansible",
    "99unauthenticated",
    "",
    "sent 1,987 bytes  received 152 bytes  4,278.00 bytes/sec",
    "total size is 2,013  speedup is 0.94"
]



Result #10

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/apt/sources.list.d/" ]]; then
  rsync -av "/etc/apt/sources.list.d/" "/var/lib/machines/ubuntu-24-amd64/etc/apt/sources.list.d/"
else
  exit 3
fi
delta
0:00:00.055392
end
2025-12-15 09:44:52.197671
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/apt/sources.list.d/\" ]]; then\n  rsync -av \"/etc/apt/sources.list.d/\" \"/var/lib/machines/ubuntu-24-amd64/etc/apt/sources.list.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/apt/sources.list.d/
msg

rc
0
start
2025-12-15 09:44:52.142279
stderr

stderr_lines
[]
stdout
sending incremental file list
./
uca.sources

sent 2,070 bytes  received 38 bytes  4,216.00 bytes/sec
total size is 1,945  speedup is 0.92
stdout_lines
[
    "sending incremental file list",
    "./",
    "uca.sources",
    "",
    "sent 2,070 bytes  received 38 bytes  4,216.00 bytes/sec",
    "total size is 1,945  speedup is 0.92"
]



Result #11

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/apt/preferences.d/" ]]; then
  rsync -av "/etc/apt/preferences.d/" "/var/lib/machines/ubuntu-24-amd64/etc/apt/preferences.d/"
else
  exit 3
fi
delta
0:00:00.054173
end
2025-12-15 09:44:52.569884
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/apt/preferences.d/\" ]]; then\n  rsync -av \"/etc/apt/preferences.d/\" \"/var/lib/machines/ubuntu-24-amd64/etc/apt/preferences.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/apt/preferences.d/
msg

rc
0
start
2025-12-15 09:44:52.515711
stderr

stderr_lines
[]
stdout
sending incremental file list
./
openstack_hosts_pin.pref

sent 339 bytes  received 38 bytes  754.00 bytes/sec
total size is 196  speedup is 0.52
stdout_lines
[
    "sending incremental file list",
    "./",
    "openstack_hosts_pin.pref",
    "",
    "sent 339 bytes  received 38 bytes  754.00 bytes/sec",
    "total size is 196  speedup is 0.52"
]