Load variables
This commit is contained in:
parent
4fe30e96af
commit
67c77bb3e3
@ -1,6 +1,11 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Load variables
|
||||||
|
include_vars:
|
||||||
|
file: "/var/lib/dokku/data/ansible/gitea/vars.yml"
|
||||||
|
name: app_vars
|
||||||
|
|
||||||
- name: Setup host Gitea group
|
- name: Setup host Gitea group
|
||||||
group:
|
group:
|
||||||
name: gitea
|
name: gitea
|
||||||
|
Reference in New Issue
Block a user