changed wrong string

This commit is contained in:
Kevin Veen-Birkenbach 2022-03-17 14:00:48 +01:00
parent f5524543ac
commit 828155f4dc

View File

@ -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