This commit is contained in:
arne 2024-05-18 13:17:58 +02:00
parent fc527ba4a3
commit a50986cd68

7
tasks/main.yml Normal file
View File

@ -0,0 +1,7 @@
---
- name: update apk cache
apk: update_cache=yes
- name: install mqtt
apk: name=mqtt state=present