Skip to content
Snippets Groups Projects
Unverified Commit 3c59657f authored by Antoine Legrand's avatar Antoine Legrand Committed by GitHub
Browse files

Merge pull request #3165 from hadrien-toma/patch-1

Update ansible.md 
parents 32049efb 6598beb8
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment