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
dest
/var/www/cgi-bin/keystone/main
diff
--- before

+++ after

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

 {
     "path": "/var/www/cgi-bin/keystone/main",
-    "state": "absent"
+    "state": "link"
 }
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/www/cgi-bin/keystone/main",
        "follow": true,
        "force": true,
        "group": null,
        "mode": null,
        "modification_time": null,
        "modification_time_format": "%Y%m%d%H%M.%S",
        "owner": null,
        "path": "/var/www/cgi-bin/keystone/main",
        "recurse": false,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "src": "/openstack/venvs/keystone-32.1.0.dev9/bin/keystone-wsgi-public",
        "state": "link",
        "unsafe_writes": false
    }
}
src
/openstack/venvs/keystone-32.1.0.dev9/bin/keystone-wsgi-public
warnings
[
    "Cannot set fs attributes on a non-existent symlink target. follow should be set to False to avoid this."
]