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