fix typo and remove handler

This commit is contained in:
Robert Kaussow 2017-12-16 21:39:50 +01:00
parent 44fab64724
commit b8fffaa144
2 changed files with 2 additions and 2 deletions

1
handlers/main.yml Normal file
View File

@ -0,0 +1 @@
---

View File

@ -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