Browse Source

install the latest excluders

Jan Chaloupka 8 years ago
parent
commit
fd05bcdb0f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      roles/openshift_excluder/tasks/status.yml

+ 2 - 0
roles/openshift_excluder/tasks/status.yml

@@ -20,6 +20,7 @@
 - name: Update to latest excluder packages
   package:
     name: "{{ openshift.common.service_type }}-excluder"
+    state: latest
   when:
   - "{{ openshift_excluder_installed.installed_versions | default([]) | length > 0 }}"
   - not openshift.common.is_containerized | bool
@@ -27,6 +28,7 @@
 - name: Update to the latest docker-excluder packages
   package:
     name: "{{ openshift.common.service_type }}-docker-excluder"
+    state: latest
   when:
   - "{{ docker_excluder_installed.installed_versions | default([]) | length > 0 }}"
   - not openshift.common.is_containerized | bool