mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
openvpn/tasks/install.yml: Explain sudo install
This commit is contained in:
parent
a23e06d414
commit
bc5f398cfa
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
name:
|
||||
- nmap
|
||||
- openvpn
|
||||
- sudo # Should already be installed (prior to installing IIAB) but let's also make it explicit here. See also roles/2-common/tasks/packages.yml
|
||||
- sudo # (1) Should be installed prior to installing IIAB, (2) Can also be installed by 1-prep here, (3) Is definitely installed by 1-prep's roles/iiab-admin/tasks/sudo-prereqs.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