fix daemon variable
This commit is contained in:
parent
6343a69365
commit
8555a96bc1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user