We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9236df8 commit 758afa4Copy full SHA for 758afa4
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 {{ ' '.join(thinlinc_packages) }}"
+ command: "/usr/bin/dpkg --install --no-debsig {{ ' '.join(thinlinc_packages) }}"
11
notify: run tl-setup
0 commit comments