diff options
author | Lasse Haugen <haugen.lasse@gmail.com> | 2019-01-14 22:27:38 +0100 |
---|---|---|
committer | Lasse Haugen <haugen.lasse@gmail.com> | 2019-01-14 22:27:38 +0100 |
commit | 5fc667a40fad97d289d45aa919a66222341ed44b (patch) | |
tree | e4196c03b3002c077ec6102d973fbcf6d7178057 /ansible/roles/web/tasks | |
parent | ca5bf27b0824b691af9895e4ab8d6de378866d12 (diff) |
some ansible-lint fixes
Diffstat (limited to 'ansible/roles/web/tasks')
-rw-r--r-- | ansible/roles/web/tasks/main.yml | 3 |
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 |