Skip to content

Commit

Permalink
formatting: add a new line between tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Dec 16, 2024
1 parent 8ac1c91 commit f4b5e81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automation/roles/patroni/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@
ansible.builtin.command:
cmd: openssl req -nodes -new -x509 -days 3650 -keyout server.key -out server.crt -subj '/C=AL/L=City/O=Org/CN=PostgreSQL'
chdir: "{{ postgresql_home_dir }}/{{ postgresql_version }}/"

- name: Changing permissions for {{ postgresql_home_dir }}/{{ postgresql_version }}/server.key
ansible.builtin.file:
path: "{{ postgresql_home_dir }}/{{ postgresql_version }}/server.key"
Expand Down

0 comments on commit f4b5e81

Please sign in to comment.