fix(playbook): Simplify vars_files path to be relative to project root
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
hosts: wireguard-cerberus
|
||||
become: true
|
||||
vars_files:
|
||||
- ../../group_vars/vault.yml
|
||||
- ../../group_vars/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