Skip to content

Commit e1433de

Browse files
committed
In case of package upgrade, force the use of old config files
1 parent ea57b0f commit e1433de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/install-thinlinc-debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# with_items: "{{ thinlinc_packages }}"
88

99
- name: Install ThinLinc Software
10-
command: "/usr/bin/dpkg --install --no-debsig {{ ' '.join(thinlinc_packages) }}"
10+
command: "/usr/bin/dpkg --install --no-debsig --force-confold {{ ' '.join(thinlinc_packages) }}"
1111
notify: run tl-setup

0 commit comments

Comments
 (0)