Execution
Date 14 Dec 2025 10:02:53 +0000
Duration 00:01:37.94
Controller np02505b6944e64
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.13.5
Summary
1 Hosts
154 Tasks
154 Results
1 Plays
22 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:00.10
  • Play
    Bootstrap the All-In-One (AIO)
  • Task
    systemd_service : Including systemd_load tasks
  • Host
    localhost

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
{
    "config_overrides": {
        "Service": {
            "RemainAfterExit": true
        },
        "Unit": {
            "After": "systemd-udev-settle.service",
            "Before": "lvm2-activation-early.service",
            "Description": false,
            "Wants": "systemd-udev-settle.service"
        }
    },
    "enabled": true,
    "execstarts": [
        "/bin/bash -c \"/sbin/losetup /dev/loop6 /openstack/cinder.img\"",
        "/sbin/pvscan"
    ],
    "execstops": [
        "/bin/bash -c \"losetup -d /dev/loop6\""
    ],
    "service_name": "loop-cinder",
    "service_type": "oneshot",
    "state": "started"
}