File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 33
33
# password: ''
34
34
35
35
- name : create postgres user
36
- shell : useradd -m -r -s /bin/bash -d /home/postgres postgres
36
+ shell : useradd -m -r -s /bin/bash -d /home/postgres postgres -g postgres
37
37
args :
38
38
executable : /bin/bash
39
39
become : yes
40
40
41
41
- name : add postgres user to postgres group
42
- shell : usermod -a -G postgres postgres
42
+ shell : usermod -a -g ssl-cert postgres
43
43
args :
44
44
executable : /bin/bash
45
45
become : yes
46
46
47
- - name : add postgres user to ssl-cert group
48
- shell : usermod -a -G ssl-cert postgres
49
- args :
50
- executable : /bin/bash
51
- become : yes
52
-
53
-
54
47
- name : Create relevant directories
55
48
file :
56
49
path : ' {{ item }}'
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.6.1.40 -nix-staged"
1
+ postgres-version = " 15.6.1.41 -nix-staged"
You can’t perform that action at this time.
0 commit comments