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 e8b9f55 commit 55dc27aCopy full SHA for 55dc27a
ansible/tasks/setup-docker.yml
@@ -38,8 +38,9 @@
38
become: true
39
40
- name: debpkg_mode or stage2_nix actions
41
+ become: true
42
when:
- - (debpkg_mode or stage2_nix)
43
+ - (debpkg_mode or stage2_nix or nixpkg_mode)
44
block:
45
# supautils
46
- name: supautils - write custom supautils.conf
@@ -54,7 +55,6 @@
54
55
ansible.builtin.copy:
56
dest: '/etc/postgresql-custom/extension-custom-scripts'
57
src: 'files/postgresql_extension_custom_scripts/'
- become: true
58
59
- name: supautils - chown extension custom scripts
60
ansible.builtin.file:
@@ -63,7 +63,6 @@
63
owner: 'postgres'
64
path: '/etc/postgresql-custom/extension-custom-scripts'
65
recurse: true
66
67
68
- name: Cleanup - extension packages
69
0 commit comments