We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7c78c commit 5708054Copy full SHA for 5708054
ansible/tasks/setup-postgres.yml
@@ -3,7 +3,7 @@
3
- debpkg_mode
4
block:
5
- name: Postgres - copy package
6
- ansible.builtin,copy:
+ ansible.builtin.copy:
7
dest: '/tmp/build/'
8
src: 'files/postgres/'
9
0 commit comments