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