From 01ddeea5a9ae11d66f443d6deffad37c74f1c438 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Sat, 1 Sep 2018 22:31:07 -0400 Subject: [PATCH] Remove the static when use include_tasks feature Change-Id: I9471ca2a5a7b1541887fd539d63dd6ffbc4145b2 --- tasks/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index c20a562f..d925b10d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -52,13 +52,11 @@ - horizon-config - include_tasks: horizon_db_setup.yml - static: no when: inventory_hostname == ansible_play_hosts[0] tags: - horizon-config - include_tasks: horizon_ssl_self_signed.yml - static: no when: - not horizon_external_ssl | bool - horizon_user_ssl_cert is not defined or horizon_user_ssl_key is not defined @@ -66,7 +64,6 @@ - horizon-config - include_tasks: horizon_ssl_user_provided.yml - static: no when: not horizon_external_ssl | bool tags: - horizon-config