install from epel instead of custom
This commit is contained in:
parent
dfc2019f35
commit
1834e8d086
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user