From 1834e8d0864f1f91cc9c9edcbda1c1f51f917cf4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 4 Nov 2018 23:34:41 +0100 Subject: [PATCH] install from epel instead of custom --- tasks/install.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/tasks/install.yml b/tasks/install.yml index d666bcd..34fbf04 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -1,17 +1,7 @@ --- - block: - - name: Add mttq repository - yum_repository: - name: mttq - file: Mosquitto - description: MTTQ Broker - baseurl: "https://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-{{ ansible_distribution_major_version }}/" - gpgkey: "https://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-{{ ansible_distribution_major_version }}/repodata/repomd.xml.key" - gpgcheck: yes - enabled: yes - - name: Install mttq packages - yum: + package: name: "{{ item }}" state: present with_items: