Skip to content

Commit 758afa4

Browse files
committed
Added --no-debsig to /usr/bin/dpkg --install
1 parent 9236df8 commit 758afa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 {{ ' '.join(thinlinc_packages) }}"
10+
command: "/usr/bin/dpkg --install --no-debsig {{ ' '.join(thinlinc_packages) }}"
1111
notify: run tl-setup

0 commit comments

Comments
 (0)