mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +01:00
changed wrong string
This commit is contained in:
parent
f5524543ac
commit
828155f4dc
@ -1,6 +1,6 @@
|
||||
- name: install wireguard for Arch
|
||||
pacman: name=wireguard-tools state=present
|
||||
when: ansible_os_family == "Arch"
|
||||
when: ansible_os_family == "Archlinux"
|
||||
|
||||
- name: install wireguard for Ubuntu
|
||||
apt: name=wireguard state=present
|
||||
|
Loading…
Reference in New Issue
Block a user