mirror of https://github.com/ceph/ceph-ansible.git
11 lines
317 B
YAML
11 lines
317 B
YAML
---
|
|
- name: Include pre_requisite.yml
|
|
ansible.builtin.include_tasks: pre_requisite.yml
|
|
when: groups.get(mon_group_name, []) | length > 0
|
|
|
|
- name: Include create_users_keys.yml
|
|
ansible.builtin.include_tasks: create_users_keys.yml
|
|
when:
|
|
- user_config | bool
|
|
- not rolling_update | default(False) | bool
|