diff options
| author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-17 13:05:12 -0500 |
|---|---|---|
| committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-03 09:05:42 -0500 |
| commit | 50b9eefd2b6266b29755e37090138096a2aebc31 (patch) | |
| tree | 5bb7d786e2a8d1c1d7144004ed60b6cb9c256a2a /roles/openshift_master/tasks | |
| parent | a8edeaea8e8c67f5f930b54ccda5b575340231f5 (diff) | |
First past at the upgrade process
Diffstat (limited to 'roles/openshift_master/tasks')
| -rw-r--r-- | roles/openshift_master/tasks/main.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/openshift_master/tasks/main.yml b/roles/openshift_master/tasks/main.yml index a37f5b4bb..4f722679d 100644 --- a/roles/openshift_master/tasks/main.yml +++ b/roles/openshift_master/tasks/main.yml @@ -92,11 +92,6 @@ action: "{{ ansible_pkg_mgr }} name={{ openshift.common.service_type }}-master{{ openshift_version }} state=present" when: not openshift.common.is_containerized | bool -- name: Pull master image - command: > - docker pull {{ openshift.master.master_image }} - when: openshift.common.is_containerized | bool - - name: Install Master docker service file template: dest: "/etc/systemd/system/{{ openshift.common.service_type }}-master.service" |
