Skip to content

Commit 6af0c36

Browse files
authored
Merge pull request #22 from ppira/forceoldconf
In case of package upgrade, force the use of old config files
2 parents cd77563 + e1433de commit 6af0c36

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)