Skip to content

Commit

Permalink
Merge pull request #3863 from ingvagabund/unexlude-excluder-if-it-is-…
Browse files Browse the repository at this point in the history
…upgraded-and-already-installed

Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Apr 6, 2017
2 parents af85471 + 96276a3 commit 4f5f456
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/openshift_excluder/tasks/disable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
# - docker_excluder_package_state
- include: init.yml

# unexclude the current openshift/origin-excluder if it is installed so it can be updated
- include: unexclude.yml
vars:
unexclude_docker_excluder: false
unexclude_openshift_excluder: "{{ openshift_excluder_on | bool }}"
when:
- not openshift.common.is_atomic | bool

# Install any excluder that is enabled
- include: install.yml
vars:
Expand Down

0 comments on commit 4f5f456

Please sign in to comment.