fix linter errors
This commit is contained in:
9
roles/wg_spoke/tasks/main.yml
Normal file
9
roles/wg_spoke/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: "Include Wireguard deployment tasks"
|
||||
ansible.builtin.include_tasks:
|
||||
file: "tasks/deploy.yml"
|
||||
|
||||
- name: "Include Wireguard logging configuration tasks"
|
||||
when: wg_spoke_logging is true
|
||||
ansible.builtin.include_tasks:
|
||||
file: "tasks/logging.yml"
|
||||
Reference in New Issue
Block a user