Compare commits

..

No commits in common. "491378365e48a666f3d092fcdc0990bce8581e1a" and "2721c027a6548215fce93e7541ec36a8029ec38e" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -3,6 +3,3 @@ inventory = inventory.cfg
[privilege_escalation]
become_ask_pass = True
[ssh_connection]
pipelining = True

View file

@ -7,9 +7,9 @@
tasks:
- name: Download Forgejo binary to /usr/local/bin (and verify its checksum)
get_url:
url: https://codeberg.org/forgejo/forgejo/releases/download/v8.0.3/forgejo-8.0.3-linux-amd64
url: https://codeberg.org/forgejo/forgejo/releases/download/v7.0.3/forgejo-7.0.3-linux-amd64
dest: /usr/local/bin/forgejo
checksum: "sha256:f192b654885ea8ad9610d6e519892b2d01def5282a1490beb3448ea764eed6af"
checksum: "sha256:7e73088a5226c4d061dccb21b3f890fa1106e4924278e7128463fb8d15f147cb"
mode: "755"
notify:
- Restart Forgejo