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
|
||||
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
|
||||
notify: yum_upgrade
|
||||
|
||||
- name: Install mttq packages
|
||||
yum:
|
||||
name: "{{ item }}"
|
||||
state: installed
|
||||
whith_item:
|
||||
with_items:
|
||||
- mosquitto
|
||||
- mosquitto-clients
|
||||
|
Loading…
Reference in New Issue
Block a user