removed mysql repo

This commit is contained in:
Anton McClure 2019-06-06 08:24:32 -04:00
parent 389b691a25
commit 2c7b1b28a2
No known key found for this signature in database
GPG Key ID: DC9155FB2EEAA2EF
1 changed files with 0 additions and 12 deletions

View File

@ -22,12 +22,6 @@
id: 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
state: present
- name: Add apt key for mysql
apt_key:
keyserver: pgp.mit.edu
id: 5072E1F5
state: present
- name: Add weechat repo
apt_repository:
repo: 'deb https://weechat.org/debian stretch main'
@ -59,12 +53,6 @@
state: present
update_cache: yes
- name: Add mysql repo
apt_repository:
repo: 'deb https://repo.mysql.com/apt/debian stretch mysql-8.0'
state: present
update_cache: yes
- name: Install baseline packages
apt:
name: "{{ packages }}"