/home/zuul/src/opendev.org/opendev/system-config/playbooks/service-lists3.yaml
Execution
Date
08 Apr 2026 21:37:16 +0000
Duration
00:03:38.72
Controller
bridge99.opendev.org
User
root
Versions
Ansible
2.15.13
ara
1.7.5 / 1.7.5
Python
3.10.12
Summary
1
Hosts
161
Tasks
159
Results
1
Plays
21
Files
0
Records
Task result details
-
StatusCHANGED
-
Duration00:00:00.19
-
PlayConfigure mailman3 servers
-
Taskmailman3 : Ensure Mailman database volume directory exists
-
Hostlists99.opendev.org
-
Date08 Apr 2026 21:38:16 +0000
-
Module / Actionfile (/home/zuul/src/opendev.org/opendev/system-config/playbooks/roles/mailman3/tasks/main.yaml:48)
| Field | Value |
|---|---|
| changed |
True |
| diff |
--- before +++ after @@ -1,6 +1,6 @@ { - "group": 0, - "owner": 0, + "group": 999, + "owner": 999, "path": "/var/lib/mailman/database", - "state": "absent" + "state": "directory" } |
| gid |
999 |
| group |
docker |
| 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": "999", "mode": "0755", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "999", "path": "/var/lib/mailman/database", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } } |
| mode |
0755 |
| owner |
999
|
| path |
/var/lib/mailman/database |
| size |
4096 |
| state |
directory |
| uid |
999 |