Pārlūkot izejas kodu

Install httpd-tools when not is_atomic

Scott Dodson 9 gadi atpakaļ
vecāks
revīzija
5e2e55e4aa
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      roles/openshift_master/tasks/main.yml

+ 1 - 1
roles/openshift_master/tasks/main.yml

@@ -148,7 +148,7 @@
 - name: Install httpd-tools if needed
   action: "{{ ansible_pkg_mgr }} name=httpd-tools state=present"
   when: (item.kind == 'HTPasswdPasswordIdentityProvider') and
-        not openshift.common.is_containerized | bool
+        not openshift.common.is_atomic | bool
   with_items: openshift.master.identity_providers
 
 - name: Ensure htpasswd directory exists