mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
openvpn/tasks/install.yml: Clarify sudo dep
This commit is contained in:
parent
3ad3d0e6ff
commit
d6257b5603
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
name:
|
name:
|
||||||
- nmap
|
- nmap
|
||||||
- openvpn
|
- openvpn
|
||||||
- sudo # Really this should already be installed prior to installing IIAB. See also roles/2-common/tasks/packages.yml
|
- 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
|
||||||
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…
Reference in a new issue