christianlempa-boilerplates/ansible/maintenance
Christoph Schug 7ceb755f35 fix: set pipefail flag in shell commands using pipes
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.
2024-03-03 17:49:31 +01:00
..
maint-diskspace.yaml fix: set pipefail flag in shell commands using pipes 2024-03-03 17:49:31 +01:00
maint-docker-clean.yaml fix: fix names which did not start with an uppercase letter 2024-03-03 16:54:47 +01:00
maint-reboot-required.yaml fix: fix names which did not start with an uppercase letter 2024-03-03 16:54:47 +01:00
maint-reboot.yaml fix: fix names which did not start with an uppercase letter 2024-03-03 16:54:47 +01:00