Execution
Date 14 Dec 2025 10:04:43 +0000
Duration 00:10:10.66
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.13.5
Summary
15 Hosts
603 Tasks
2357 Results
18 Plays
157 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:01.86
  • 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/debian-13-amd64/etc/pip.conf"
else
  exit 3
fi
delta
0:00:00.050831
end
2025-12-14 10:08:27.761346
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/debian-13-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-14 10:08:27.710515
stderr

stderr_lines
[]
stdout
sending incremental file list
pip.conf

sent 260 bytes  received 35 bytes  590.00 bytes/sec
total size is 156  speedup is 0.53
stdout_lines
[
    "sending incremental file list",
    "pip.conf",
    "",
    "sent 260 bytes  received 35 bytes  590.00 bytes/sec",
    "total size is 156  speedup is 0.53"
]



Result #2

Field Value
ansible_loop_var
item
changed
False
cmd
if [[ -e "/etc/apt/sources.list" ]]; then
  rsync -av "/etc/apt/sources.list" "/var/lib/machines/debian-13-amd64/etc/apt/sources.list"
else
  exit 3
fi
delta
0:00:00.003558
end
2025-12-14 10:08:27.910928
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/debian-13-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
non-zero return code
rc
3
start
2025-12-14 10:08:27.907370
stderr

stderr_lines
[]
stdout

stdout_lines
[]



Result #3

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/localtime" ]]; then
  rsync -av "/etc/localtime" "/var/lib/machines/debian-13-amd64/etc/localtime"
else
  exit 3
fi
delta
0:00:00.049044
end
2025-12-14 10:08:28.089353
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/localtime\" ]]; then\n  rsync -av \"/etc/localtime\" \"/var/lib/machines/debian-13-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-14 10:08:28.040309
stderr

stderr_lines
[]
stdout
sending incremental file list

sent 93 bytes  received 19 bytes  224.00 bytes/sec
total size is 27  speedup is 0.24
stdout_lines
[
    "sending incremental file list",
    "",
    "sent 93 bytes  received 19 bytes  224.00 bytes/sec",
    "total size is 27  speedup is 0.24"
]



Result #4

Field Value
ansible_loop_var
item
changed
False
cmd
if [[ -e "/etc/apt/mirrors/" ]]; then
  rsync -av "/etc/apt/mirrors/" "/var/lib/machines/debian-13-amd64/etc/apt/mirrors/"
else
  exit 3
fi
delta
0:00:00.003299
end
2025-12-14 10:08:28.220276
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/debian-13-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-14 10:08:28.216977
stderr

stderr_lines
[]
stdout

stdout_lines
[]



Result #5

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/environment" ]]; then
  rsync -av "/etc/environment" "/var/lib/machines/debian-13-amd64/etc/environment"
else
  exit 3
fi
delta
0:00:00.049320
end
2025-12-14 10:08:28.397271
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/environment\" ]]; then\n  rsync -av \"/etc/environment\" \"/var/lib/machines/debian-13-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-14 10:08:28.347951
stderr

stderr_lines
[]
stdout
sending incremental file list
environment

sent 332 bytes  received 35 bytes  734.00 bytes/sec
total size is 224  speedup is 0.61
stdout_lines
[
    "sending incremental file list",
    "environment",
    "",
    "sent 332 bytes  received 35 bytes  734.00 bytes/sec",
    "total size is 224  speedup is 0.61"
]



Result #6

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/debian-13-amd64/etc/apt/sources.list.d/"
else
  exit 3
fi
delta
0:00:00.050074
end
2025-12-14 10:08:28.576156
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/debian-13-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-14 10:08:28.526082
stderr

stderr_lines
[]
stdout
sending incremental file list
./
.list
backports.list
default.list
osbpo.sources
security.list
updates.list

sent 2,728 bytes  received 133 bytes  5,722.00 bytes/sec
total size is 2,253  speedup is 0.79
stdout_lines
[
    "sending incremental file list",
    "./",
    ".list",
    "backports.list",
    "default.list",
    "osbpo.sources",
    "security.list",
    "updates.list",
    "",
    "sent 2,728 bytes  received 133 bytes  5,722.00 bytes/sec",
    "total size is 2,253  speedup is 0.79"
]



Result #7

Field Value
ansible_loop_var
item
changed
True
cmd
if [[ -e "/etc/protocols" ]]; then
  rsync -av "/etc/protocols" "/var/lib/machines/debian-13-amd64/etc/protocols"
else
  exit 3
fi
delta
0:00:00.048658
end
2025-12-14 10:08:28.752229
failed
False
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "if [[ -e \"/etc/protocols\" ]]; then\n  rsync -av \"/etc/protocols\" \"/var/lib/machines/debian-13-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-14 10:08:28.703571
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 #8

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/debian-13-amd64/etc/apt/trusted.gpg"
else
  exit 3
fi
delta
0:00:00.003026
end
2025-12-14 10:08:28.884433
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/debian-13-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-14 10:08:28.881407
stderr

stderr_lines
[]
stdout

stdout_lines
[]



Result #9

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/debian-13-amd64/etc/apt/trusted.gpg.d/"
else
  exit 3
fi
delta
0:00:00.049296
end
2025-12-14 10:08:29.060135
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/debian-13-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-14 10:08:29.010839
stderr

stderr_lines
[]
stdout
sending incremental file list
./

sent 349 bytes  received 19 bytes  736.00 bytes/sec
total size is 76,450  speedup is 207.74
stdout_lines
[
    "sending incremental file list",
    "./",
    "",
    "sent 349 bytes  received 19 bytes  736.00 bytes/sec",
    "total size is 76,450  speedup is 207.74"
]



Result #10

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/debian-13-amd64/etc/apt/preferences.d/"
else
  exit 3
fi
delta
0:00:00.049459
end
2025-12-14 10:08:29.243972
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/debian-13-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-14 10:08:29.194513
stderr

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

sent 335 bytes  received 38 bytes  746.00 bytes/sec
total size is 197  speedup is 0.53
stdout_lines
[
    "sending incremental file list",
    "./",
    "openstack_hosts_pin.pref",
    "",
    "sent 335 bytes  received 38 bytes  746.00 bytes/sec",
    "total size is 197  speedup is 0.53"
]



Result #11

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/debian-13-amd64/etc/apt/apt.conf.d/"
else
  exit 3
fi
delta
0:00:00.049607
end
2025-12-14 10:08:29.427936
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/debian-13-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-14 10:08:29.378329
stderr

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

sent 740 bytes  received 114 bytes  1,708.00 bytes/sec
total size is 836  speedup is 0.98
stdout_lines
[
    "sending incremental file list",
    "./",
    "95allow-unauthenticated",
    "95disable-recommends",
    "95no-translations",
    "99openstack-ansible",
    "99unauthenticated",
    "",
    "sent 740 bytes  received 114 bytes  1,708.00 bytes/sec",
    "total size is 836  speedup is 0.98"
]