mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
modern/recommended Ansible syntax
This commit is contained in:
parent
4823104ab1
commit
d5b38d7525
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
- name: Install Mosquitto
|
||||
package: name={{ item }}
|
||||
state=present
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- mosquitto
|
||||
- mosquitto-clients
|
||||
|
|
Loading…
Reference in a new issue