christianlempa-boilerplates/ansible
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
..
configuration fix: fix insecure file permission and ownership 2024-03-03 17:17:19 +01:00
deployment fix: fix Jinja2 spacing issues 2024-03-03 17:01:00 +01:00
installation fix: replace shell commands by Ansible modules 2024-03-03 17:35:14 +01:00
maintenance fix: set pipefail flag in shell commands using pipes 2024-03-03 17:49:31 +01:00
notification fix: fix names which did not start with an uppercase letter 2024-03-03 16:54:47 +01:00
update fix: add exception to ignore Ansible Lint rule package-latest 2024-03-03 17:36:01 +01:00