File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
121121 loop_var : ' pg_dir_item'
122122
123123 - name : Allow adminapi to write custom config
124- ansible.builtin, file :
124+ ansible.builtin. file :
125125 group : ' postgres'
126126 mode : ' 0775'
127127 owner : ' postgres'
187187 - (debpkg_mode or nixpkg_mode)
188188 block :
189189 - name : Create directory on data volume
190- ansible.builtin, file :
190+ ansible.builtin. file :
191191 group : ' postgres'
192192 mode : ' 0750'
193193 owner : ' postgres'
196196 state : ' directory'
197197
198198 - name : Link database data_dir to data volume directory
199- ansible.builtin, file :
199+ ansible.builtin. file :
200200 force : true
201201 path : ' /var/lib/postgresql/data'
202202 src : ' /data/pgdata'
You can’t perform that action at this time.
0 commit comments