mirror of
https://github.com/roles-ansible/ansible_collection_wireguard.git
synced 2024-10-27 22:47:42 +01:00
13 lines
337 B
YAML
13 lines
337 B
YAML
---
|
|
- name: Run simple versionscheck (optional)
|
|
ansible.builtin.include_tasks:
|
|
file: 'versioncheck.yml'
|
|
when: submodules_versioncheck | bool
|
|
|
|
- name: Set version for wireguard-ui
|
|
ansible.builtin.include_tasks:
|
|
file: 'set_version.yml'
|
|
|
|
- name: Download wireguard-ui
|
|
ansible.builtin.include_tasks:
|
|
file: 'download.yml'
|