Execution
Date 14 Dec 2025 10:21:40 +0000
Duration 00:43:55.98
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.13.5
Summary
13 Hosts
2438 Tasks
2413 Results
107 Plays
511 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:00.14
  • Play
    Install nova compute services
  • Task
    systemd_service : Including systemd_load tasks
  • Host
    aio1

Field Value
changed
False
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
service
include
systemd_load.yml
include_args
{
    "apply": {
        "tags": [
            "systemd-service"
        ]
    }
}
service
{
    "after_targets": [
        "libvirtd.service",
        "syslog.target",
        "network.target"
    ],
    "config_overrides": {},
    "enabled": "yes",
    "execreloads": "/bin/kill -HUP $MAINPID",
    "execstarts": "/openstack/venvs/nova-32.1.0.dev19/bin/nova-compute",
    "group": "nova_compute",
    "service_key": "nova-compute",
    "service_name": "nova-compute",
    "start_order": 6,
    "state": "started"
}