fix daemon variable

This commit is contained in:
Robert Kaussow 2018-10-16 00:39:52 +02:00
parent 6343a69365
commit 8555a96bc1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
- name: Ensure PostgreSQL is up and running
service:
name: "{{ postgresql-10 }}"
name: "{{ __postgres_daemon }}"
state: started
enabled: yes
become: True