mirror of
https://github.com/roles-ansible/ansible_role_rustdesk.git
synced 2024-08-16 10:19:48 +02:00
6 lines
140 B
YAML
6 lines
140 B
YAML
|
---
|
||
|
- name: Run optional versionscheck
|
||
|
ansible.builtin.include_tasks:
|
||
|
file: 'versioncheck.yml'
|
||
|
when: submodules_versioncheck | bool
|