vitabaks / postgresql_cluster

PostgreSQL High-Availability Cluster (based on Patroni). Automating with Ansible.
https://postgresql-cluster.org
MIT License
1.48k stars 394 forks source link

typo in roles/ssh-keys/tasks/main.yml #672

Closed msavdert closed 1 month ago

msavdert commented 3 months ago

Line 50 in roles/ssh-keys/tasks/main.yml

Change this from

- anable_ssh_key_based_authentication is defined

to

- enable_ssh_key_based_authentication is defined
vitabaks commented 3 months ago

Hi @msavdert

feel free to suggest a PR

vitabaks commented 1 month ago

Fixed https://github.com/vitabaks/postgresql_cluster/pull/706