1
0
Fork 0
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:
Aidan Fitzgerald 2019-03-06 21:51:05 -05:00
parent 195c7839bf
commit e253438334

View file

@ -1,5 +1,12 @@
# 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
group:
name: gitea