Skip to content

Commit ba26e58

Browse files
committed
fix(setup-postgre): s/coment/comment/
1 parent 687cfc6 commit ba26e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/setup-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
- name: create postgres user
9393
ansible.builtin.user:
94-
coment: 'PostgreSQL administrator'
94+
comment: 'PostgreSQL administrator'
9595
create_home: false
9696
group: 'postgres'
9797
groups: 'ssl-cert'

0 commit comments

Comments
 (0)