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
Trysdyn Black 3226a76d94 Add toggle to do a version check before download
Old behavior is to download the binary of `gitea_version` every run,
then checksum it against the currently installed version to see if it needs
to be copied over.

New behavior is to attempt to extract the current running version of gitea
and only initiate the old behavior if the running version != `gitea_version`.

Default is old behavior due to the major logic change involved.
2019-04-30 08:55:21 +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 Add toggle to do a version check before download 2019-04-30 08:55:21 +01:00