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
    CHANGED
  • Duration
    00:00:00.25
  • Play
    Install cinder services
  • Task
    systemd_service : Create TEMP service lock dir
  • Host
    aio1

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
changed
True
diff
--- before

+++ after

@@ -1,7 +1,7 @@

 {
-    "group": 0,
-    "mode": "0755",
-    "owner": 0,
+    "group": 985,
+    "mode": "02755",
+    "owner": 992,
     "path": "/run/lock/cinder",
-    "state": "absent"
+    "state": "directory"
 }
failed
False
gid
985
group
cinder
invocation
{
    "module_args": {
        "_diff_peek": null,
        "_original_basename": null,
        "access_time": null,
        "access_time_format": "%Y%m%d%H%M.%S",
        "attributes": null,
        "follow": true,
        "force": false,
        "group": "cinder",
        "mode": "02755",
        "modification_time": null,
        "modification_time_format": "%Y%m%d%H%M.%S",
        "owner": "cinder",
        "path": "/run/lock/cinder",
        "recurse": false,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "src": null,
        "state": "directory",
        "unsafe_writes": false
    }
}
item
{
    "config_overrides": {
        "Service": {
            "Environment": "PATH=/openstack/venvs/cinder-32.1.0.dev19/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        }
    },
    "enabled": true,
    "environment": {
        "MALLOC_ARENA_MAX": 1,
        "MALLOC_MMAP_THRESHOLD_": 131072,
        "MALLOC_TRIM_THRESHOLD_": 262144
    },
    "execreloads": "/bin/kill -HUP $MAINPID",
    "execstarts": "/openstack/venvs/cinder-32.1.0.dev19/bin/cinder-volume",
    "group": "cinder_volume",
    "service_key": "cinder-volume",
    "service_name": "cinder-volume",
    "start_order": 2,
    "state": "started"
}
mode
02755
owner
cinder
path
/run/lock/cinder
size
40
state
directory
uid
992