ansible-lint recommendations
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
become_user: postgres
|
||||
register: postgresql_set
|
||||
loop: "{{ pgsql_config }}"
|
||||
notify: restart postgresql
|
||||
notify: Restart postgresql
|
||||
|
||||
- name: Set PostgreSQL Client Authentication
|
||||
community.postgresql.postgresql_pg_hba:
|
||||
@@ -46,4 +46,4 @@
|
||||
contype: host
|
||||
# custom rules
|
||||
rules: "{{ pgsql_client_auth }}"
|
||||
notify: reload postgresql
|
||||
notify: Reload postgresql
|
||||
|
||||
Reference in New Issue
Block a user