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

  • Status
    OK
  • Duration
    00:00:24.87
  • Play
    Check for alt-php5/7 entries in logrotate config
  • Task
    Check if /etc/logrotate.d/alt-php exists and contains alt-php5/7 entries

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.006433
end
2025-11-26 15:14:27.519533
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 15:14:27.513100
stderr

stderr_lines
[]
stdout
Found alt-php5/7 entry
stdout_lines
[
    "Found alt-php5/7 entry"
]