We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd77563 + e1433de commit 6af0c36Copy full SHA for 6af0c36
1 file changed
tasks/install-thinlinc-debian.yml
@@ -7,5 +7,5 @@
7
# with_items: "{{ thinlinc_packages }}"
8
9
- name: Install ThinLinc Software
10
- command: "/usr/bin/dpkg --install --no-debsig {{ ' '.join(thinlinc_packages) }}"
+ command: "/usr/bin/dpkg --install --no-debsig --force-confold {{ ' '.join(thinlinc_packages) }}"
11
notify: run tl-setup
0 commit comments