services/spacestated: Ensure make is installed for Net::MQTT::Simple

This commit is contained in:
polyfloyd 2023-09-10 18:00:18 +02:00
parent 786bb5cbdc
commit c94f9179c5

View file

@ -1,10 +1,14 @@
---
- name: Install mqtt-simple
command: cpan Net::MQTT::Simple
- name: Install dependencies
apt:
name: [ php-cli, php-snmp ]
name:
- php-cli
- php-snmp
- make
- name: Install mqtt-simple
command: cpan Net::MQTT::Simple
- name: Add user
user: