Skip to content

Commit

Permalink
Only check for proxmox on debian systems
Browse files Browse the repository at this point in the history
  • Loading branch information
mawalu authored Nov 19, 2020
1 parent 87bba7b commit e88f662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
update_cache: yes
state: present
name: pve-headers
when: is_proxmox.stat.exists
when: ansible_distribution == "Debian" and is_proxmox.stat.exists

- name: Install wireguard (apt)
apt:
Expand Down

0 comments on commit e88f662

Please sign in to comment.