mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
openvpn/tasks/install.yml: Make install of sudo more explicit
This commit is contained in:
parent
1b47faf0aa
commit
8563f63544
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
- name: Install OpenVPN and Nmap packages
|
||||
- name: "Install packages: nmap, openvpn, sudo"
|
||||
package:
|
||||
name:
|
||||
- openvpn
|
||||
- nmap
|
||||
- openvpn
|
||||
- sudo # Really this should already be installed prior to installing IIAB. See also roles/2-common/tasks/packages.yml
|
||||
state: present
|
||||
|
||||
# Newer versions of NMap do not include NCat, needed to announce /etc/iiab/openvpn_handle
|
||||
|
|
Loading…
Add table
Reference in a new issue