fix daemon variable
This commit is contained in:
parent
6343a69365
commit
8555a96bc1
@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Ensure PostgreSQL is up and running
|
||||
service:
|
||||
name: "{{ postgresql-10 }}"
|
||||
name: "{{ __postgres_daemon }}"
|
||||
state: started
|
||||
enabled: yes
|
||||
become: True
|
||||
|
Loading…
Reference in New Issue
Block a user