Skip to content

Instantly share code, notes, and snippets.

@dougluce
Last active August 29, 2015 14:20
Show Gist options
  • Save dougluce/40e4c8a3e3616be4e1b4 to your computer and use it in GitHub Desktop.
Save dougluce/40e4c8a3e3616be4e1b4 to your computer and use it in GitHub Desktop.
sudo: yes
tasks:
- name: update package lists
apt: update_cache=yes
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