diff options
author | Steve Milner <smilner@redhat.com> | 2017-05-25 13:50:15 -0400 |
---|---|---|
committer | Steve Milner <smilner@redhat.com> | 2017-05-25 13:50:15 -0400 |
commit | 1898489b4c2bb63ee7a4e284a4f7c1b5710e8d5b (patch) | |
tree | bf3b5bc09beb7c62f2a8f8aa136c43b3fbb3ac12 /roles/docker | |
parent | cbad3cf9bb5a3f82ac9b328a64083e82caa1f661 (diff) | |
download | openshift-1898489b4c2bb63ee7a4e284a4f7c1b5710e8d5b.tar.gz openshift-1898489b4c2bb63ee7a4e284a4f7c1b5710e8d5b.tar.bz2 openshift-1898489b4c2bb63ee7a4e284a4f7c1b5710e8d5b.tar.xz openshift-1898489b4c2bb63ee7a4e284a4f7c1b5710e8d5b.zip |
Remove typos that got reintroduced
Diffstat (limited to 'roles/docker')
-rw-r--r-- | roles/docker/tasks/systemcontainer_docker.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/docker/tasks/systemcontainer_docker.yml b/roles/docker/tasks/systemcontainer_docker.yml index 8c899bf89..f0f5a40dd 100644 --- a/roles/docker/tasks/systemcontainer_docker.yml +++ b/roles/docker/tasks/systemcontainer_docker.yml @@ -102,7 +102,7 @@ l_docker_image: "{{ l_docker_image_prepend }}/{{ openshift.docker.service_name }}:latest" # NOTE: no_proxy added as a workaround until https://github.com/projectatomic/atomic/pull/999 is released -- name: Pre-pull Container Enginer System Container image +- name: Pre-pull Container Engine System Container image command: "atomic pull --storage ostree {{ l_docker_image }}" changed_when: false environment: @@ -119,7 +119,7 @@ path: "{{ docker_conf_dir }}" state: directory -- name: Install Container Enginer System Container +- name: Install Container Engine System Container oc_atomic_container: name: "{{ openshift.docker.service_name }}" image: "{{ l_docker_image }}" |