Execution
Date 08 Dec 2025 13:39:52 +0000
Duration 00:35:02.03
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
2 Hosts
1377 Tasks
1365 Results
104 Plays
504 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:08.69
  • Play
    Install horizon server
  • Task
    os_horizon : Compress static files
  • Host
    aio1

Field Value
changed
False
cmd
[
    "/usr/bin/horizon-manage.py",
    "compress",
    "--force"
]
delta
0:00:08.185986
end
2025-12-08 14:09:39.948719
invocation
{
    "module_args": {
        "_raw_params": "/usr/bin/horizon-manage.py compress --force",
        "_uses_shell": false,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2025-12-08 14:09:31.762733
stderr
/usr/lib/python3/dist-packages/debreach/__init__.py:6: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
  version_info = version.StrictVersion(__version__).version
stderr_lines
[
    "/usr/lib/python3/dist-packages/debreach/__init__.py:6: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.",
    "  version_info = version.StrictVersion(__version__).version"
]
stdout
Compressing... done
Compressed 7 block(s) from 12 template(s) for 2 context(s).
stdout_lines
[
    "Compressing... done",
    "Compressed 7 block(s) from 12 template(s) for 2 context(s)."
]