mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 16:23:25 +01:00
7ceb755f35
Without `pipefail` Ansible cannot detect if there is an error executing the command before the pipe as the return code of the shell only reflects the return code of the last command. As not all shells support `pipefail` (e.g., `ash`, `dash`) we also enfore the use of `bash` in this case. |
||
---|---|---|
.. | ||
maint-diskspace.yaml | ||
maint-docker-clean.yaml | ||
maint-reboot-required.yaml | ||
maint-reboot.yaml |