Add basic support for macOS (#61)
Add macOS details in the README Fix Archlinux spelling Co-authored-by: Robert Wimmer <2039811+githubixx@users.noreply.github.com> Remove additional linux.yml file, use conditional block instead Add CHANGELOG entry Bump to 7.2.0 in CHANGELOG Invert OS check on Darwin instead of Linux Co-authored-by: Robert Wimmer <2039811+githubixx@users.noreply.github.com> Co-authored-by: Robert Wimmer <2039811+githubixx@users.noreply.github.com>master
parent
e9e95f80e0
commit
3ef759edbb
@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: (MacOS) Install wireguard package
|
||||
package:
|
||||
name: wireguard-go
|
||||
state: present
|
||||
become: yes
|
||||
tags:
|
||||
- wg-install
|
||||
|
||||
- name: (MacOS) Install wireguard-tools package
|
||||
package:
|
||||
name: wireguard-tools
|
||||
state: present
|
||||
tags:
|
||||
- wg-install
|
Loading…
Reference in New Issue