1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00
ansible_role_gitea/tasks
Sergej 77d593a4b9 Bugfix: set -o pipefail fails silently.
This is due the fact that Ansible often takes another default shell
to execute its commands, e.g., /bin/sh.
Solution is to require /bin/bash for the particular command.
2020-06-17 14:08:26 +01:00
..
check-variables.yml Fix linting 2020-04-20 15:38:03 +01:00
create_user.yml Update gitea and create shell variable 2019-04-09 13:40:38 +01:00
fail2ban.yml Bunch of improvements around testing and ansible galaxy 2019-03-16 12:11:02 +00:00
install_systemd.yml Bunch of improvements around testing and ansible galaxy 2019-03-16 12:11:02 +00:00
main.yml Bugfix: set -o pipefail fails silently. 2020-06-17 14:08:26 +01:00