From 3f92e69a72ac6add9f6ed4039dc79d64977ce78b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 22 Sep 2018 14:44:07 +0200 Subject: [PATCH] switch back --- tasks/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index c926120..ac0f328 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,11 +1,11 @@ --- -- import_tasks: prepare.yml -- import_tasks: storage.yml +- include_tasks: prepare.yml +- include_tasks: storage.yml when: unifi_lvm_enabled -- import_tasks: install.yml -- import_tasks: tls.yml +- include_tasks: install.yml +- include_tasks: tls.yml when: unifi_tls_enabled tags: - tls_renewal -- import_tasks: nginx.yml +- include_tasks: nginx.yml when: unifi_nginx_vhost_enabled