Commit 415e619d by arbabnazar Committed by Ned Batchelder

added the MySQL experimental apt key

parent f3d593b3
---
- name: Add MySQL experimental apt key
apt_key:
id: 4F4EA0AAE5267A6C
keyserver: "{{ COMMON_EDX_PPA_KEY_SERVER }}"
state: present
- name: Install apt repository
apt_repository:
repo: 'deb http://ppa.launchpad.net/ondrej/mysql-experimental/ubuntu precise main'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment