Execution
Date 23 May 2025 07:48:15 +0100
Duration 00:00:02.52
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


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.007082
end
2025-05-23 07:48:17.562558
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:48:17.555476
stderr

stderr_lines
[]
stdout

stdout_lines
[]