fix variable names

This commit is contained in:
Robert Kaussow 2018-10-16 23:13:18 +02:00
parent f607529f5c
commit ab5e32d768
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
file:
path: "{{ item }}"
state: directory
owner: "{{ openhab_user }}"
group: "{{ openhab_group }}"
owner: "{{ postgre_user }}"
group: "{{ postgres_group }}"
recurse: True
with_items:
- "{{ __postgres_tls_key_path | dirname }}"