stuff
This commit is contained in:
parent
8103711c84
commit
fe1cd67756
1 changed files with 6 additions and 1 deletions
|
@ -4,6 +4,12 @@
|
||||||
remote_user: root
|
remote_user: root
|
||||||
vars:
|
vars:
|
||||||
forgejo: 1.20.2-0
|
forgejo: 1.20.2-0
|
||||||
|
handlers:
|
||||||
|
- name: Restart forgejo
|
||||||
|
ansible.builtin.service:
|
||||||
|
name: "forgejo"
|
||||||
|
state: restarted
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install a list of packages
|
- name: Install a list of packages
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
@ -89,4 +95,3 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: forgejo.service
|
src: forgejo.service
|
||||||
dest: /etc/systemd/system/forgejo.service
|
dest: /etc/systemd/system/forgejo.service
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue