Skip to content

Commit

Permalink
Fix indent error
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudfroidmont committed Jun 27, 2022
1 parent 1d60b0b commit e22b471
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions playbooks/roles/influxdb/tasks/el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
gpgkey: https://repos.influxdata.com/influxdb.key

- name: Install InfluxDB
vars:
package_name:
- influxdb
- python-pip
package_state: latest
include_role:
name: safe_yum
vars:
package_name:
- influxdb
- python-pip
package_state: latest
include_role:
name: safe_yum

- name: Start InfluxDB
become: true
Expand Down

0 comments on commit e22b471

Please sign in to comment.