Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. TASK [common : Check external IP Address through Google] ***********************
  2. fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["dig", "+short", "myip.opendns.com", "@resolver1.opendns.com", "A"], "delta": "0:00:10.024040", "end": "2019-02-22 19:38:02.414606", "msg": "non-zero return code", "rc": 10, "start": "2019-02-22 19:37:52.390566", "stderr": "dig: couldn't get address for 'resolver1.opendns.com': not found", "stderr_lines": ["dig: couldn't get address for 'resolver1.opendns.com': not found"], "stdout": "", "stdout_lines": []}
  3. to retry, use: --limit @/home/elkegateway/streisand/playbooks/localhost.retry
  4.  
  5. PLAY RECAP *********************************************************************
  6. localhost : ok=20 changed=2 unreachable=0 failed=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement