From b8fffaa144b70f9b1fdb74ae830eef210b109130 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 16 Dec 2017 21:39:50 +0100 Subject: [PATCH] fix typo and remove handler --- handlers/main.yml | 1 + tasks/install.yml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 handlers/main.yml diff --git a/handlers/main.yml b/handlers/main.yml new file mode 100644 index 0000000..ed97d53 --- /dev/null +++ b/handlers/main.yml @@ -0,0 +1 @@ +--- diff --git a/tasks/install.yml b/tasks/install.yml index 60c42fa..fe0b2d2 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -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