Playbook #11

/home/zuul/src/opendev.org/opendev/system-config/playbooks/test-gitea.yaml

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
18 Jul 2025 21:16:43 +0000 00:01:03.73 bridge99.opendev.org root Ansible 2.15.13 ara 1.7.2 (client), 1.7.2 (server) Python 3.10.12 1 11 26 26 15 0

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.37
  • Play
    gitea
  • Task
    Make gitea access logs readable by zuul for log collection

Field Value
changed
True
diff
--- before

+++ after

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

 {
-    "mode": "0640",
+    "mode": "0644",
     "path": "/var/gitea/logs/access.log"
 }
gid
1000
group
zuul
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": null,
        "mode": "o+r",
        "modification_time": null,
        "modification_time_format": "%Y%m%d%H%M.%S",
        "owner": null,
        "path": "/var/gitea/logs/access.log",
        "recurse": false,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "src": null,
        "state": "file",
        "unsafe_writes": false
    }
}
mode
0644
owner
zuul
path
/var/gitea/logs/access.log
size
1468946
state
file
uid
1000