mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
7 lines
143 B
YAML
7 lines
143 B
YAML
|
---
|
||
|
- name: Perform optional versionscheck
|
||
|
ansible.builtin.include_tasks:
|
||
|
file: 'versioncheck.yml'
|
||
|
when: submodules_versioncheck|bool
|
||
|
|