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
    CHANGED
  • Duration
    00:00:01.28
  • Play
    Install horizon server
  • Task
    os_horizon : Create horizon 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,4 +1,4 @@

 {
     "path": "/openstack/venvs",
-    "state": "absent"
+    "state": "directory"
 }
failed
False
gid
0
group
root
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": "root",
        "mode": "0755",
        "modification_time": null,
        "modification_time_format": "%Y%m%d%H%M.%S",
        "owner": "root",
        "path": "/openstack/venvs",
        "recurse": false,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "src": null,
        "state": "directory",
        "unsafe_writes": false
    }
}
item
{
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/openstack/venvs"
}
mode
0755
owner
root
path
/openstack/venvs
size
4096
state
directory
uid
0



Result #2

Field Value
ansible_loop_var
item
changed
True
diff
--- before

+++ after

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

 {
-    "group": 0,
-    "mode": "0755",
-    "owner": 0,
+    "group": 977,
+    "mode": "02750",
+    "owner": 983,
     "path": "/etc/horizon",
-    "state": "absent"
+    "state": "directory"
 }
failed
False
gid
977
group
horizon
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": "horizon",
        "mode": "2750",
        "modification_time": null,
        "modification_time_format": "%Y%m%d%H%M.%S",
        "owner": "horizon",
        "path": "/etc/horizon",
        "recurse": false,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "src": null,
        "state": "directory",
        "unsafe_writes": false
    }
}
item
{
    "mode": "2750",
    "path": "/etc/horizon"
}
mode
02750
owner
horizon
path
/etc/horizon
size
4096
state
directory
uid
983



Result #3

Field Value
ansible_loop_var
item
changed
True
diff
--- before

+++ after

@@ -1,4 +1,4 @@

 {
-    "mode": "0750",
+    "mode": "02755",
     "path": "/var/lib/horizon"
 }
failed
False
gid
977
group
horizon
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": "horizon",
        "mode": "2755",
        "modification_time": null,
        "modification_time_format": "%Y%m%d%H%M.%S",
        "owner": "horizon",
        "path": "/var/lib/horizon",
        "recurse": false,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "src": null,
        "state": "directory",
        "unsafe_writes": false
    }
}
item
{
    "mode": "2755",
    "path": "/var/lib/horizon"
}
mode
02755
owner
horizon
path
/var/lib/horizon
size
4096
state
directory
uid
983