Skip to content

Commit d02197e

Browse files
authored
Merge branch 'develop' into sam/oriole17
2 parents 1c9c1f1 + e109fc6 commit d02197e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/stage2-setup-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
/etc/postgresql/postgresql.conf
3333
when: is_psql_oriole and stage2_nix
3434
become: yes
35+
3536
- name: Install Git for Nix package management
3637
become: yes
3738
apt:
@@ -40,7 +41,6 @@
4041
update_cache: yes
4142
when: stage2_nix
4243

43-
4444
- name: Install Postgres from nix binary cache
4545
become: yes
4646
shell: |

0 commit comments

Comments
 (0)