Last active
August 29, 2015 14:20
-
-
Save dougluce/40e4c8a3e3616be4e1b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo: yes | |
tasks: | |
- name: update package lists | |
apt: update_cache=yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASK [update package lists] ***************************************************** | |
fatal: [toolbox]: FAILED! => {"msg": "Failed to lock apt for exclusive operation", "failed": true, "changed": false, "invocation": {"module_name": "apt", "module_args": {"update_cache": "yes"}}} | |
toolbox | FAILED! => {u'msg': u'Failed to lock apt for exclusive operation', u'failed': True, u'changed': False, u'invocation': {u'module_name': u'apt', u'module_args': {u'update_cache': u'yes'}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment