Update main.yml

This commit is contained in:
jygaulier
2017-05-04 15:55:31 +02:00
committed by GitHub
parent 2ab7dcdd26
commit ef7d3e365a

View File

@@ -3,6 +3,7 @@
- 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