Skip to content

Commit bd71dae

Browse files
committed
fix(deploy): preserve bind mount inode with unsafe_writes for HAProxy config
1 parent 09f3b6b commit bd71dae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

deploy/ansible/roles/app/tasks/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
owner: root
137137
group: root
138138
mode: "0644"
139+
unsafe_writes: yes
139140
vars:
140141
active_color: "{{ deploy_target }}"
141142
when: is_first_deploy
@@ -209,6 +210,7 @@
209210
owner: root
210211
group: root
211212
mode: "0644"
213+
unsafe_writes: yes
212214
vars:
213215
active_color: "{{ deploy_target }}"
214216

@@ -280,6 +282,7 @@
280282
owner: root
281283
group: root
282284
mode: "0644"
285+
unsafe_writes: yes
283286
vars:
284287
active_color: "{{ current_active }}"
285288

0 commit comments

Comments
 (0)