forked from bitlair/ansible
services/spacestated: Ensure make is installed for Net::MQTT::Simple
This commit is contained in:
parent
786bb5cbdc
commit
c94f9179c5
1 changed files with 7 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue