Compare commits
2 commits
2721c027a6
...
491378365e
Author | SHA1 | Date | |
---|---|---|---|
491378365e | |||
ae79ba4962 |
2 changed files with 5 additions and 2 deletions
|
@ -3,3 +3,6 @@ inventory = inventory.cfg
|
|||
|
||||
[privilege_escalation]
|
||||
become_ask_pass = True
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
|
|
|
@ -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/v7.0.3/forgejo-7.0.3-linux-amd64
|
||||
url: https://codeberg.org/forgejo/forgejo/releases/download/v8.0.3/forgejo-8.0.3-linux-amd64
|
||||
dest: /usr/local/bin/forgejo
|
||||
checksum: "sha256:7e73088a5226c4d061dccb21b3f890fa1106e4924278e7128463fb8d15f147cb"
|
||||
checksum: "sha256:f192b654885ea8ad9610d6e519892b2d01def5282a1490beb3448ea764eed6af"
|
||||
mode: "755"
|
||||
notify:
|
||||
- Restart Forgejo
|
||||
|
|
Loading…
Reference in a new issue