Skip to content

Instantly share code, notes, and snippets.

@jeremyquinton
Last active May 5, 2017 21:56
Show Gist options
  • Save jeremyquinton/5e78a8ffa7f73052e4835139d3c56f94 to your computer and use it in GitHub Desktop.
Save jeremyquinton/5e78a8ffa7f73052e4835139d3c56f94 to your computer and use it in GitHub Desktop.
- name: Add ppa Repository
sudo: yes
apt_repository:
repo=ppa:ondrej/mysql-5.7
- name: Update apt
sudo: yes
apt: update_cache=yes
- name: mysql | Install MySQL Packages
sudo: yes
apt: pkg={{ item }} state=latest
with_items:
- mysql-server
- mysql-client
- python-mysqldb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment