ansible-lint recommendations

This commit is contained in:
Oli
2023-07-27 23:27:11 +00:00
parent ccca06915f
commit 3e747a1069
31 changed files with 87 additions and 84 deletions

View File

@@ -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