Execution
Date 08 Dec 2025 13:57:07 +0000
Duration 00:24:46.17
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.11
Summary
12 Hosts
1505 Tasks
1497 Results
32 Plays
487 Files
0 Records

Task result details


Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
changed
True
dest
/var/log/apache2
diff
--- before

+++ after

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

 {
     "path": "/var/log/apache2",
-    "state": "absent"
+    "state": "link"
 }
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,
        "dest": "/var/log/apache2",
        "follow": true,
        "force": false,
        "group": null,
        "mode": null,
        "modification_time": null,
        "modification_time_format": "%Y%m%d%H%M.%S",
        "owner": null,
        "path": "/var/log/apache2",
        "recurse": false,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "src": "/var/log/httpd",
        "state": "link",
        "unsafe_writes": false
    }
}
item
{
    "dest": "/var/log/apache2",
    "src": "/var/log/httpd"
}
mode
0777
owner
root
size
14
src
/var/log/httpd
state
link
uid
0