We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea57b0f commit e1433deCopy full SHA for e1433de
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