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