fix(playbook): Use correct path for vars_files
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
hosts: wireguard-cerberus
|
hosts: wireguard-cerberus
|
||||||
become: true
|
become: true
|
||||||
vars_files:
|
vars_files:
|
||||||
- vault.yml
|
- ../../group_vars/vault.yml
|
||||||
- all.yml
|
- ../../group_vars/all.yml
|
||||||
tasks:
|
tasks:
|
||||||
- name: wireguard-server
|
- name: wireguard-server
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
|
|||||||
Reference in New Issue
Block a user