Execution
Date
24 Jul 2025 09:54:22 +0100
Duration
00:00:02.68
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
6
Tasks
6
Results
1
Plays
1
Files
0
Records
Task result details
-
StatusCHANGED
-
Duration00:00:00.52
-
PlaySearch for diskusage block in file (simplified version)
-
TaskExtract diskusage block using awk
-
Date24 Jul 2025 09:54:23 +0100
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/kuly/RM10092_agent360_conf_change.yaml:18)
| Field | Value |
|---|---|
| changed |
True |
| cmd |
awk '
/^\[diskusage\]$/ { found=1; print; next }
found && /^\[.*\]$/ && !/^\[diskusage\]$/ { found=0; next }
found { print }
' "/etc/agent360.ini"
|
| delta |
0:00:00.006525 |
| end |
2025-07-24 09:54:23.610904 |
| invocation |
{ "module_args": { "_raw_params": "awk '\n/^\\[diskusage\\]$/ { found=1; print; next }\nfound && /^\\[.*\\]$/ && !/^\\[diskusage\\]$/ { found=0; next }\nfound { print }\n' \"/etc/agent360.ini\"\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } } |
| msg |
|
| rc |
0 |
| start |
2025-07-24 09:54:23.604379 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
[diskusage] enabled = true |
| stdout_lines |
[ "[diskusage]", "enabled = true" ] |