1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +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:
name: "{{ item }}"
state: present
@ -8,7 +8,7 @@
when: mosquitto_install
tags: download
- name: Disable & Stop mosquitto service
- name: Disable & Stop 'mosquitto' service
systemd:
name: mosquitto
enabled: no
@ -36,7 +36,7 @@
mode: 0755
when: mosquitto_install
- name: Enable & Start mosquitto service
- name: Enable & Start 'mosquitto' service
systemd:
daemon_reload: yes
name: mosquitto