use dynamic import instead of static

This commit is contained in:
Robert Kaussow 2018-11-19 23:54:52 +01:00
parent da8daa4fb9
commit fea00b360e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
--- ---
- import_tasks: setup_default.yml - include_tasks: setup_default.yml
when: when:
- common_sshd_configuration_enabled - common_sshd_configuration_enabled
- not ansible_lsb.id is defined or not ansible_lsb.id == "Univention" - not ansible_lsb.id is defined or not ansible_lsb.id == "Univention"