mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update main.yml
This commit is contained in:
parent
7ee64466b2
commit
ed96525a40
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue