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