From effa4f179b73028846522f2713b8c5100ff0c968 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 8 Dec 2017 05:38:26 -0500 Subject: [PATCH] Update main.yml --- roles/postgresql/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/postgresql/tasks/main.yml b/roles/postgresql/tasks/main.yml index b0cac5489..57eab26bc 100644 --- a/roles/postgresql/tasks/main.yml +++ b/roles/postgresql/tasks/main.yml @@ -101,7 +101,7 @@ value: "{{ item.value }}" with_items: - option: name - value: postgresql + value: PostgreSQL - option: description value: '"PostgreSQL is a powerful, open source object-relational database system."' - option: installed