Skip to content

Commit 5708054

Browse files
committed
fix(setup-postgres): fat-fingered a , when i needed a
1 parent 0d7c78c commit 5708054

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
@@ -3,7 +3,7 @@
33
- debpkg_mode
44
block:
55
- name: Postgres - copy package
6-
ansible.builtin,copy:
6+
ansible.builtin.copy:
77
dest: '/tmp/build/'
88
src: 'files/postgres/'
99

0 commit comments

Comments
 (0)