File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 60
60
- name : locale-gen
61
61
command : sudo locale-gen en_US.UTF-8
62
62
63
- - name : Add LOCALE_ARCHIVE to .bashrc
64
- lineinfile :
65
- dest : " /var/lib/postgressql/.bashrc"
66
- line : ' export LOCALE_ARCHIVE=/usr/lib/locale/locale-archive'
67
- create : yes
68
- become : yes
69
-
70
63
- name : Make sure .bashrc exists
71
64
file :
72
65
path : /var/lib/postgresql/.bashrc
73
66
state : touch
74
67
owner : postgres
75
68
group : postgres
76
69
70
+
71
+ - name : Add LOCALE_ARCHIVE to .bashrc
72
+ lineinfile :
73
+ dest : " /var/lib/postgresql/.bashrc"
74
+ line : ' export LOCALE_ARCHIVE=/usr/lib/locale/locale-archive'
75
+ create : yes
76
+ become : yes
77
+
78
+
77
79
- name : Add LANG items to .bashrc
78
80
lineinfile :
79
81
dest : " /var/lib/postgresql/.bashrc"
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.6.1.73 -nix-staged"
1
+ postgres-version = " 15.6.1.74 -nix-staged"
You can’t perform that action at this time.
0 commit comments