diff options
author | Lasse Haugen <haugen.lasse@gmail.com> | 2019-01-14 16:03:56 +0100 |
---|---|---|
committer | Lasse Haugen <haugen.lasse@gmail.com> | 2019-01-14 16:03:56 +0100 |
commit | ca5bf27b0824b691af9895e4ab8d6de378866d12 (patch) | |
tree | 6019f75040b4aa33bc3eaf0dc7b9f9a7c1dcaf99 /ansible/roles/influx/tasks | |
parent | 4bb5325285119407fc60034c52ce91615698f36f (diff) |
Change to new ansible style
Diffstat (limited to 'ansible/roles/influx/tasks')
-rw-r--r-- | ansible/roles/influx/tasks/main.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ansible/roles/influx/tasks/main.yml b/ansible/roles/influx/tasks/main.yml index 236c2a9..cb3a784 100644 --- a/ansible/roles/influx/tasks/main.yml +++ b/ansible/roles/influx/tasks/main.yml @@ -1,9 +1,7 @@ - name: Install apt-packages apt: - name: "{{ item }}" + name: 'apt-transport-https' state: present - with_items: - apt-transport-https - name: Import InfluxDB GPG signing key apt_key: url=https://repos.influxdata.com/influxdb.key state=present |