Execution
Date 08 Dec 2025 13:33:24 +0000
Duration 00:06:14.05
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
374 Tasks
364 Results
37 Plays
208 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.47
  • Play
    Install rabbitmq server
  • Task
    systemd_service : Create TEMP run 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,5 +1,5 @@

 {
-    "group": 0,
-    "owner": 0,
+    "group": 986,
+    "owner": 993,
     "path": "/run/system"
 }
failed
False
gid
986
group
rabbitmq
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": "rabbitmq",
        "mode": "02755",
        "modification_time": null,
        "modification_time_format": "%Y%m%d%H%M.%S",
        "owner": "rabbitmq",
        "path": "/run/system",
        "recurse": false,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "src": null,
        "state": "directory",
        "unsafe_writes": false
    }
}
item
{
    "service_name": "rabbitmq-server",
    "systemd_overrides": {
        "Service": {
            "LimitNOFILE": 65536,
            "Restart": "on-failure",
            "RestartSec": 2
        }
    },
    "systemd_overrides_only": true
}
mode
02755
owner
rabbitmq
path
/run/system
size
40
state
directory
uid
993