Skip to content

Commit

Permalink
Merge pull request #213 from gathering/ansible-ubuntu
Browse files Browse the repository at this point in the history
Add Ubuntu 18.04 support in Ansible
  • Loading branch information
lasseh authored Feb 1, 2020
2 parents 4dece98 + 5bc0bad commit dcf832a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 1,258 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/influx/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
apt_key: url=https://repos.influxdata.com/influxdb.key state=present

- name: Add InfluxDB repository
apt_repository: repo='deb https://repos.influxdata.com/debian jessie stable' state=present
apt_repository: repo='deb https://repos.influxdata.com/{{ ansible_distribution | lower }} {{ ansible_distribution_release | lower }} stable' state=present

- name: Install InfluxDB packages
apt: name=influxdb state=present update_cache=yes
Expand Down
Loading

0 comments on commit dcf832a

Please sign in to comment.