Skip to content

Instantly share code, notes, and snippets.

@pspravin
Created April 27, 2017 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pspravin/7e3a18364e59b54fb8d74a23663f4192 to your computer and use it in GitHub Desktop.
Save pspravin/7e3a18364e59b54fb8d74a23663f4192 to your computer and use it in GitHub Desktop.
[opc@vm04 ansible]$ ansible-playbook database.yml
PLAY [database] ****************************************************************
TASK [setup] *******************************************************************
ok: [129.146.23.42]
TASK [install mysql-server] ****************************************************
fatal: [129.146.23.42]: FAILED! => {"changed": false, "failed": true, "msg": "Failure downloading http://dev.mysql.com/get/mysql-community-relea-el7-5.noarch.rpm, 'NoneType' object has no attribute 'read'"}
to retry, use: --limit @/home/opc/ansible/database.retry
PLAY RECAP *********************************************************************
129.146.23.42 : ok=1 changed=0 unreachable=0 failed=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment