From fea00b360e7944e171e37fef12ffcc81f1b58758 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 19 Nov 2018 23:54:52 +0100 Subject: [PATCH] use dynamic import instead of static --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 6324543..4d89de8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,5 +1,5 @@ --- -- import_tasks: setup_default.yml +- include_tasks: setup_default.yml when: - common_sshd_configuration_enabled - not ansible_lsb.id is defined or not ansible_lsb.id == "Univention"