Update main.yml

This commit is contained in:
jygaulier
2017-05-04 15:39:49 +02:00
committed by GitHub
parent addb445835
commit 2ab7dcdd26

View File

@@ -3,7 +3,6 @@
- shell: hostname
register: current_hostname
- name: Add MariaDB-Repository
sudo: yes
apt_repository: repo='deb http://mirror6.layerjet.com/mariadb/repo/10.1/ubuntu {{ ansible_distribution_release }} main' state=present