mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
openvpn/tasks/install.yml: Further clarify sudo install
This commit is contained in:
parent
76dfeb0c9c
commit
e0d327a5e2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
name:
|
name:
|
||||||
- nmap
|
- nmap
|
||||||
- openvpn
|
- openvpn
|
||||||
- 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
|
- 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, (4) Used to be installed by roles/2-common/tasks/packages.yml (but that's too late!)
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# Newer versions of NMap do not include NCat, needed to announce /etc/iiab/openvpn_handle
|
# Newer versions of NMap do not include NCat, needed to announce /etc/iiab/openvpn_handle
|
||||||
|
|
Loading…
Add table
Reference in a new issue