Skip to content

Commit

Permalink
[AGW]Force-overwrite in baremetal install (fix syslog overwritten pro…
Browse files Browse the repository at this point in the history
…blem) (#5540)

Signed-off-by: Timothée Dzik <timdzik@fb.com>
  • Loading branch information
tmdzk committed Mar 16, 2021
1 parent 6bca640 commit 1c13182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lte/gateway/deploy/roles/ovs_deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
become: yes
apt:
name: "{{ packages }}"
dpkg_options: 'force-overwrite,force-confdef,force-confold'
vars:
packages:
- magma
Expand Down

0 comments on commit 1c13182

Please sign in to comment.