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