|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
- name: PostgreSQL packages installed
|
|
|
community.general.pkgng:
|
|
|
- name: postgresql12-server,postgresql12-client,postgresql12-contrib,py37-psycopg2
|
|
|
+ name: postgresql12-server,postgresql12-client,postgresql12-contrib,py38-psycopg2
|
|
|
state: latest
|
|
|
|
|
|
- name: PostgreSQl db initalized
|
|
@@ -198,12 +198,12 @@
|
|
|
tags:
|
|
|
- create_dbs
|
|
|
|
|
|
-- postgresql_privs:
|
|
|
- db: postgres
|
|
|
- privs: SELECT
|
|
|
- type: schema
|
|
|
- objs: public
|
|
|
- role: grafana_read_only
|
|
|
+#- postgresql_privs:
|
|
|
+# db: postgres
|
|
|
+# privs: SELECT
|
|
|
+# type: schema
|
|
|
+# objs: public
|
|
|
+# role: grafana_read_only
|
|
|
|
|
|
- name: grafana database exists
|
|
|
postgresql_db:
|