From 6598beb804d797bc13ad3aeaa0da3a6912abdab1 Mon Sep 17 00:00:00 2001 From: Hadrien TOMA Date: Wed, 22 Aug 2018 16:40:17 +0200 Subject: [PATCH] Update ansible.md --- docs/ansible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ansible.md b/docs/ansible.md index 030f866a1..21583b5ee 100644 --- a/docs/ansible.md +++ b/docs/ansible.md @@ -158,7 +158,7 @@ And this play only removes the K8s cluster DNS resolver IP from hosts' /etc/reso ``` ansible-playbook -i inventory/sample/hosts.ini -e dnsmasq_dns_server='' cluster.yml --tags resolvconf ``` -And this prepares all container images localy (at the ansible runner node) without installing +And this prepares all container images locally (at the ansible runner node) without installing or upgrading related stuff or trying to upload container to K8s cluster nodes: ``` ansible-playbook -i inventory/sample/hosts.ini cluster.yml \