瀏覽代碼

Update main.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 3 年之前
父節點
當前提交
4732d34c94
共有 1 個文件被更改,包括 4 次插入6 次删除
  1. 4 6
      control_plane/roles/webui_awx/tasks/main.yml

+ 4 - 6
control_plane/roles/webui_awx/tasks/main.yml

@@ -13,27 +13,25 @@
 # limitations under the License.
 ---
 
-# Tasks for Deploying AWX on the system
+# Tasks for deploying AWX on the system
 
 - name: Internet validation
   include_tasks: ../../control_plane_common/tasks/internet_validation.yml
-  tags: install
 
 - name: Check awx prequisites
   include_tasks: check_prerequisites.yml
-  tags: install
 
 - name: Install AWX
   include_tasks: install_awx.yml
   when: not awx_pod_deployment_status
-  tags: install
 
 - name: Configure settings
   include_tasks: configure_settings.yml
   when: not awx_ui_status
-  tags: install
   
+- name: Changing login logo of AWX UI
+  include_tasks: awx_logo.yml
+
 - name: Configure AWX
   include_tasks: awx_configuration.yml
   when: not awx_configuration_status
-  tags: install