Skip to content

Instantly share code, notes, and snippets.

@chadoh
Created October 29, 2013 14:08
Show Gist options
  • Save chadoh/7215355 to your computer and use it in GitHub Desktop.
Save chadoh/7215355 to your computer and use it in GitHub Desktop.
---
- name: Update apt
apt: update_cache=yes
sudo: yes
- name: install db packages (need to be forced; cannot be verified)
apt: pkg=$item state=latest force=yes
sudo: yes
with_items:
- python-mysqldb
- mysql-server
- mysql-client
- libmysql-ruby
- libmysqlclient-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment