fix daemon variable

This commit is contained in:
Robert Kaussow 2018-10-16 00:39:52 +02:00
parent 6343a69365
commit 8555a96bc1

View File

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