From 8555a96bc160069b11844cb6a2504f9665d0ab35 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 16 Oct 2018 00:39:52 +0200 Subject: [PATCH] fix daemon variable --- tasks/post_tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/post_tasks.yml b/tasks/post_tasks.yml index c8f40e8..6c5419d 100644 --- a/tasks/post_tasks.yml +++ b/tasks/post_tasks.yml @@ -1,7 +1,7 @@ --- - name: Ensure PostgreSQL is up and running service: - name: "{{ postgresql-10 }}" + name: "{{ __postgres_daemon }}" state: started enabled: yes become: True