From ec412d95ea795dd98671c9913bf5631ff48ea558 Mon Sep 17 00:00:00 2001 From: sensei100 Date: Thu, 12 Oct 2023 10:13:02 -0400 Subject: [PATCH] Remove ref to variable that no longer exists --- tasks/manage_configuration.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/manage_configuration.yml b/tasks/manage_configuration.yml index c04eb72..8a23d20 100644 --- a/tasks/manage_configuration.yml +++ b/tasks/manage_configuration.yml @@ -94,7 +94,6 @@ --password {{ item.airflow_dummy_password }} " when: - "airflow_webserver_authenticate | bool" - - "airflow_do_init_db | bool" with_items: "{{ airflow_webserver_admins }}" tags: - "add_users"