Execution
Date
23 May 2025 07:47:46 +0100
Duration
00:00:02.59
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
2
Hosts
3
Tasks
3
Results
1
Plays
1
Files
0
Records
Task result details
-
StatusOK
-
Duration00:00:00.56
-
PlayPlaybook to create a list of affected servers
-
TaskRun grep command
-
Date23 May 2025 07:47:48 +0100
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/kuly/RM10051-get-affected-servers.yaml:14)
| Field | Value |
|---|---|
| changed |
False |
| cmd |
set -o pipefail
awk '
$0 ~ /^\[settings.general\]/ { in_section=1; next }
$0 ~ /^\[/ && $0 !~ /^\[settings.general\]/ { in_section=0 }
in_section && $0 ~ /^short_open_tag\.values\[\]="on"/ { found=1 }
END { exit !found }
' "/usr/local/psa/admin/conf/panel.ini"
|
| delta |
0:00:00.006995 |
| end |
2025-05-23 07:47:48.250571 |
| failed_when_result |
False |
| invocation |
{ "module_args": { "_raw_params": "set -o pipefail\nawk '\n$0 ~ /^\\[settings.general\\]/ { in_section=1; next }\n$0 ~ /^\\[/ && $0 !~ /^\\[settings.general\\]/ { in_section=0 }\nin_section && $0 ~ /^short_open_tag\\.values\\[\\]=\"on\"/ { found=1 }\nEND { exit !found }\n' \"/usr/local/psa/admin/conf/panel.ini\"\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": "/bin/bash", "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } } |
| msg |
non-zero return code |
| rc |
1 |
| start |
2025-05-23 07:47:48.243576 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
|
| stdout_lines |
[]
|