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