1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_base.git synced 2024-08-16 14:29:50 +02:00
ansible_role_base/tasks/main.yml

9 lines
343 B
YAML
Raw Permalink Normal View History

2018-11-12 20:45:12 +01:00
---
- name: Optional versionscheck
ansible.builtin.include_tasks: versioncheck.yml
2019-07-15 23:07:17 +02:00
when: submodules_versioncheck | bool
2023-07-31 19:03:04 +02:00
- name: Not maintained anymore
ansible.builtin.fail:
msg: "Sorry, this role is Archive. New Role available at https://galaxy.ansible.com/l3d/packages - https://github.com/roles-ansible/ansible_role_packages.git"