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