Install crudini
This commit is contained in:
parent
970910b68c
commit
7b67d04fa2
@ -8,6 +8,12 @@
|
||||
extensions:
|
||||
- yml
|
||||
|
||||
- name: Install system dependencies
|
||||
apt:
|
||||
name: crudini
|
||||
state: present
|
||||
become: true
|
||||
|
||||
- name: Configure git.autonomic.zone domain
|
||||
dokku_domains:
|
||||
app: gitea
|
||||
|
Reference in New Issue
Block a user