11 lines
309 B
YAML
11 lines
309 B
YAML
---
|
|
- include_tasks: setup_default.yml
|
|
when:
|
|
- common_sshd_configuration_enabled
|
|
- not ansible_lsb.id is defined or not ansible_lsb.id == "Univention"
|
|
- include_tasks: setup_ucs.yml
|
|
when:
|
|
- common_sshd_configuration_enabled
|
|
- ansible_lsb.id is defined
|
|
- ansible_lsb.id == "Univention"
|