fix
This commit is contained in:
parent
fc527ba4a3
commit
a50986cd68
7
tasks/main.yml
Normal file
7
tasks/main.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: update apk cache
|
||||
apk: update_cache=yes
|
||||
|
||||
- name: install mqtt
|
||||
apk: name=mqtt state=present
|
||||
|
Loading…
x
Reference in New Issue
Block a user