Browse Source

Remove typos that got reintroduced

Steve Milner 7 years ago
parent
commit
1898489b4c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      roles/docker/tasks/systemcontainer_docker.yml

+ 2 - 2
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 }}"