diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-07 16:36:42 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-07 16:36:42 -0500 |
commit | 44f443cd5afcad79c9afa49ff4f60c0448512f4f (patch) | |
tree | 65aa2b1dfb02388d9a6b2d208ad10bc80193a85b /roles/cockpit | |
parent | 484547222a9f4dfef8b97c965ce637c56a9fc2e6 (diff) | |
parent | 64fa37b2b82b5f27fdbdca5a943e5c8158408e3d (diff) | |
download | openshift-44f443cd5afcad79c9afa49ff4f60c0448512f4f.tar.gz openshift-44f443cd5afcad79c9afa49ff4f60c0448512f4f.tar.bz2 openshift-44f443cd5afcad79c9afa49ff4f60c0448512f4f.tar.xz openshift-44f443cd5afcad79c9afa49ff4f60c0448512f4f.zip |
Merge pull request #1559 from brenton/bz1315151
BZ1315151: Support openshift_image_tag
Diffstat (limited to 'roles/cockpit')
-rw-r--r-- | roles/cockpit/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/cockpit/tasks/main.yml b/roles/cockpit/tasks/main.yml index bd204b7eb..681029332 100644 --- a/roles/cockpit/tasks/main.yml +++ b/roles/cockpit/tasks/main.yml @@ -14,3 +14,4 @@ name: cockpit.socket enabled: true state: started + when: not openshift.common.is_containerized | bool |