3
0
Fork 0

incorporate feedback: move pin file, other changed_when syntax

This commit is contained in:
Ties de Kock 2019-02-05 20:07:57 +01:00
parent 26b15f456f
commit 3a10bb9428
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
- name: Setup WireGuard preference
copy:
src: etc/apt/preferences.d/limit-unstable
src: debian/etc/apt/preferences.d/limit-unstable
dest: /etc/apt/preferences.d/limit-unstable
owner: root
group: root
@ -28,7 +28,7 @@
- name: Get architecture
shell: dpkg --print-architecture
register: dpkg_arch
changed_when: "0 != 0"
changed_when: False
- name: Install kernel headers to compile wireguard with DKMS
apt: