forked from githubixx/ansible-role-wireguard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Oracle Linux 9 (githubixx#185)
* add support for Oracle Linux 9 * add Oracle Linux 9 to README.md
- Loading branch information
1 parent
246ae75
commit 7c2bdb6
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Copyright (C) 2022 Masahiro Koga | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
|
||
- name: (OracleLinux) Install wireguard-tools package | ||
ansible.builtin.yum: | ||
name: wireguard-tools | ||
state: present |