1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2019-02-02 19:32:17 -05:00 committed by GitHub
parent 7ee64466b2
commit ed96525a40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
- name: Install mosquitto & mosquitto-clients - name: "Install packages: mosquitto, mosquitto-clients"
package: package:
name: "{{ item }}" name: "{{ item }}"
state: present state: present
@ -8,7 +8,7 @@
when: mosquitto_install when: mosquitto_install
tags: download tags: download
- name: Disable & Stop mosquitto service - name: Disable & Stop 'mosquitto' service
systemd: systemd:
name: mosquitto name: mosquitto
enabled: no enabled: no
@ -36,7 +36,7 @@
mode: 0755 mode: 0755
when: mosquitto_install when: mosquitto_install
- name: Enable & Start mosquitto service - name: Enable & Start 'mosquitto' service
systemd: systemd:
daemon_reload: yes daemon_reload: yes
name: mosquitto name: mosquitto