Execution
Date
26 Nov 2025 15:14:01 +0000
Duration
00:01:55.48
Controller
ssh-gw-4.layershift.com
User
root
Versions
Ansible
2.16.11
ara
1.7.3 / 1.7.3
Python
3.10.10
Summary
393
Hosts
2
Tasks
786
Results
1
Plays
1
Files
0
Records
Task result details
-
StatusOK
-
Duration00:00:26.98
-
PlayCheck for alt-php5/7 entries in logrotate config
-
TaskCheck if /etc/logrotate.d/alt-php exists and contains alt-php5/7 entries
-
Date26 Nov 2025 15:14:46 +0000
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/kuly/zz-verify-logrotate.yaml:6)
| Field | Value |
|---|---|
| changed |
False |
| cmd |
set -o pipefail if [[ -f /etc/logrotate.d/alt-php ]] && grep -qE 'alt-php[57]' /etc/logrotate.d/alt-php; then echo "Found alt-php5/7 entry" fi |
| delta |
0:00:00.003134 |
| end |
2025-11-26 23:14:22.079916 |
| invocation |
{ "module_args": { "_raw_params": "set -o pipefail\nif [[ -f /etc/logrotate.d/alt-php ]] && grep -qE 'alt-php[57]' /etc/logrotate.d/alt-php; then\n echo \"Found alt-php5/7 entry\"\nfi\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 |
|
| rc |
0 |
| start |
2025-11-26 23:14:22.076782 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
Found alt-php5/7 entry |
| stdout_lines |
[ "Found alt-php5/7 entry" ] |