diff --git a/tasks/horizon_ssl_self_signed.yml b/tasks/horizon_ssl_self_signed.yml index e41bf2b7..0f7aecb9 100644 --- a/tasks/horizon_ssl_self_signed.yml +++ b/tasks/horizon_ssl_self_signed.yml @@ -14,13 +14,10 @@ # limitations under the License. - include: horizon_ssl_key_create.yml - static: no when: inventory_hostname == groups['horizon_all'][0] - include: horizon_ssl_key_store.yml - static: no when: inventory_hostname == groups['horizon_all'][0] - include: horizon_ssl_key_distribute.yml - static: no when: inventory_hostname != groups['horizon_all'][0] diff --git a/tasks/main.yml b/tasks/main.yml index 47c0f129..31cc421c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -38,7 +38,6 @@ - horizon-config - include: horizon_db_setup.yml - static: no when: inventory_hostname == groups['horizon_all'][0] tags: - horizon-install