xoxys.ntp/tasks/main.yml

11 lines
309 B
YAML
Raw Normal View History

2018-11-15 20:15:35 +01:00
---
2018-11-19 23:54:52 +01:00
- include_tasks: setup_default.yml
2018-11-19 23:48:15 +01:00
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"