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

10 lines
250 B
YAML
Raw Normal View History

2024-03-19 13:48:20 +01:00
---
- name: Run optional versionscheck
ansible.builtin.include_tasks:
file: 'versioncheck.yml'
when: submodules_versioncheck | bool
2024-03-19 14:39:34 +01:00
- name: Create User ans Group for forgeo runner
ansible.builtin.include_tasks:
file: 'create_user.yml'