PHRAS-1790 Export repository url on vars, fix rabbitmq issue

This commit is contained in:
Xavier Rousset
2018-01-10 19:42:33 +01:00
parent 6e89b93c7d
commit 60c43ece93
8 changed files with 54 additions and 38 deletions

View File

@@ -3,16 +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
register: mariadb_repository
- name: Add Key for MariaDB Repository
sudo: yes
apt_key: url=http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xcbcb082a1bb943db
- name: Update apt
sudo: yes
apt: update_cache=yes