浏览代码

install the latest excluders

Jan Chaloupka 8 年之前
父节点
当前提交
fd05bcdb0f
共有 1 个文件被更改,包括 2 次插入0 次删除
  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