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
L. Alberto Giménez 7e7626ed2a Fix check mode for binary download task
In check_mode, the binary download task depends on the execution of the
previous one, which uses the module shell to fill in a variable. In the
download binary task we use a field on that variable that does not exist
in check_mode, so the task fails.

Signed-off-by: L. Alberto Giménez <agimenez@sysvalve.es>
2020-05-15 09:47:24 +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 Fix check mode for binary download task 2020-05-15 09:47:24 +01:00