14.1 Running the deploy.yml File for the First Time Displays an Exception 

Issue: When you are running the deploy.yml for the first time in your deployment, you will see the following message indicating that the Docker images are not present on the target nodes. For example, if you are deploying the Core DNS container, you will see the following error:

fatal: [<ip address/DNS>]: FAILED! => {"changed": true, "cmd": "docker images | grep coredns | grep 1.8.0", "delta": "0:00:00.914078", "end": "msg": "non-zero return code", "rc": 1, "start": "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}

Workaround: There is no workaround at this time. However, you can ignore the message and proceed with the deployment. This does not cause any loss in functionality.