Skip to content

Commit

Permalink
Correct owner
Browse files Browse the repository at this point in the history
  • Loading branch information
Chavez committed Oct 1, 2014
1 parent d2688ce commit 7ed8101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
- influxdb

- name: Create storage dir
file: path="{{influxdb_storage_dir}}" state=directory group={{influxdb_group}} user={{influxdb_user}}
file: path="{{influxdb_storage_dir}}" state=directory group={{influxdb_group}} owner={{influxdb_user}}
tags:
- influxdb

- name: Write config
template: src=conf.j2 dest={{influxdb_config_file}} group={{influxdb_group}} user={{influxdb_user}}
template: src=conf.j2 dest={{influxdb_config_file}} group={{influxdb_group}} owner={{influxdb_user}}
notify:
- restart influxdb
tags:
Expand Down

0 comments on commit 7ed8101

Please sign in to comment.