Wolfgang Kulhanek
2018-08-21 17de32e57b2aa97e7547e50c01c4dbd68812335f
Change install clair logic
1 files modified
2 ■■■ changed files
ansible/configs/quay-enterprise/software.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/quay-enterprise/software.yml
@@ -156,7 +156,7 @@
          postgresql_password: "{{ qe_clair_database_password }}"
          postgresql_port: "{{ qe_clair_database_port | default('5433') }}"
      when:
        - quay_clair_enable|d(False)|bool
        - "{{ (groups['clair']| length > 0) | ternary('True','False') }}"
- name: Software flight-check
  hosts: localhost