fix typo and remove handler
This commit is contained in:
parent
44fab64724
commit
b8fffaa144
1
handlers/main.yml
Normal file
1
handlers/main.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
---
|
@ -6,12 +6,11 @@
|
|||||||
description: MTTQ Broker
|
description: MTTQ Broker
|
||||||
baseurl: http://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-7/
|
baseurl: http://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-7/
|
||||||
gpgkey: http://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-7/repodata/repomd.xml.key
|
gpgkey: http://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-7/repodata/repomd.xml.key
|
||||||
notify: yum_upgrade
|
|
||||||
|
|
||||||
- name: Install mttq packages
|
- name: Install mttq packages
|
||||||
yum:
|
yum:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: installed
|
state: installed
|
||||||
whith_item:
|
with_items:
|
||||||
- mosquitto
|
- mosquitto
|
||||||
- mosquitto-clients
|
- mosquitto-clients
|
||||||
|
Loading…
Reference in New Issue
Block a user