Commit 660c8256 by arbabnazar

remove the deb-src as it's optional

parent 32ca59ae
...@@ -7,11 +7,8 @@ ...@@ -7,11 +7,8 @@
- name: Install MySQL community apt repositories - name: Install MySQL community apt repositories
apt_repository: apt_repository:
repo: "{{ item }}" repo: "deb http://repo.mysql.com/apt/ubuntu/ precise mysql-5.6"
update_cache: yes update_cache: yes
with_items:
- "deb http://repo.mysql.com/apt/ubuntu/ precise mysql-5.6"
- "deb-src http://repo.mysql.com/apt/ubuntu/ precise mysql-5.6"
- name: Install mysql-5.6 and dependencies - name: Install mysql-5.6 and dependencies
apt: apt:
......
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