aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/web/tasks
diff options
context:
space:
mode:
authorLasse Haugen <haugen.lasse@gmail.com>2019-01-14 22:27:38 +0100
committerLasse Haugen <haugen.lasse@gmail.com>2019-01-14 22:27:38 +0100
commit5fc667a40fad97d289d45aa919a66222341ed44b (patch)
treee4196c03b3002c077ec6102d973fbcf6d7178057 /ansible/roles/web/tasks
parentca5bf27b0824b691af9895e4ab8d6de378866d12 (diff)
some ansible-lint fixes
Diffstat (limited to 'ansible/roles/web/tasks')
-rw-r--r--ansible/roles/web/tasks/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/roles/web/tasks/main.yml b/ansible/roles/web/tasks/main.yml
index e687d97..1c89947 100644
--- a/ansible/roles/web/tasks/main.yml
+++ b/ansible/roles/web/tasks/main.yml
@@ -84,5 +84,6 @@
ignore_errors: true
notify: restart apache
-- cpanm:
+- name: Install InfluxDB module
+ cpanm:
name: AnyEvent::InfluxDB