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 73fa7f5 commit a22335bCopy full SHA for a22335b
ansible-nix/playbook.yml
@@ -107,10 +107,12 @@
107
import_tasks: tasks/clean-build-dependencies.yml
108
109
- name: Check if postgres user is part of users group
110
- command: "id -nG postgres | grep -qw users"
+ shell: "id -nG postgres | grep -qw users"
111
register: check_user_group
112
ignore_errors: yes
113
become: yes
114
+ args:
115
+ executable: /bin/bash
116
117
- name: Print result to Ansible log output
118
debug:
common-nix.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.6.1.32-nix-staged"
+postgres-version = "15.6.1.33-nix-staged"
0 commit comments