Execution
Date
23 May 2025 10:41:55 +0100
Duration
00:00:02.79
Controller
ssh-gw-4.layershift.com
User
root
Versions
Ansible
2.16.11
ara
1.7.2 / 1.7.2
Python
3.10.10
Summary
1
Hosts
2
Tasks
2
Results
1
Plays
1
Files
0
Records
Task result details
-
StatusCHANGED
-
Duration00:00:00.59
-
PlayPlaybook to set permissions
-
TaskChange ownership
-
Date23 May 2025 10:41:58 +0100
-
Module / Actionansible.builtin.file (/home/ssh-gateway/ansible/kuly/set-owner-panel-ini.yaml:11)
| Field | Value |
|---|---|
| changed |
True |
| diff |
--- before +++ after @@ -1,6 +1,6 @@ { - "group": 65534, - "mode": "0111", - "owner": 65534, + "group": 0, + "mode": "0644", + "owner": 0, "path": "/usr/local/psa/admin/conf/panel.ini" } |
| 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": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/usr/local/psa/admin/conf/panel.ini", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } } |
| mode |
0644 |
| owner |
root |
| path |
/usr/local/psa/admin/conf/panel.ini |
| size |
4419 |
| state |
file |
| uid |
0 |