mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Shut down Gitea before reinstalling
This commit is contained in:
parent
195c7839bf
commit
e253438334
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
||||||
# Prepare to install Gitea: create user and directory structure
|
# Prepare to install Gitea: create user and directory structure
|
||||||
|
|
||||||
|
- name: Shut down existing Gitea instance (if we're reinstalling)
|
||||||
|
systemd:
|
||||||
|
name: gitea
|
||||||
|
state: stopped
|
||||||
|
tags:
|
||||||
|
- pre-install
|
||||||
|
|
||||||
- name: Ensure group gitea exists
|
- name: Ensure group gitea exists
|
||||||
group:
|
group:
|
||||||
name: gitea
|
name: gitea
|
||||||
|
|
Loading…
Reference in a new issue