1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Clarify sudo in 2-common/tasks/packages.yml

This commit is contained in:
A Holt 2021-08-02 13:51:33 -04:00 committed by GitHub
parent 57d508d429
commit 3ad3d0e6ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@
- rsync
#- screen # Installed by 1-prep's roles/iiab-admin/tasks/access.yml
- sqlite3
- sudo # Really this should already be installed prior to installing IIAB. See also roles/openvpn/tasks/install.yml
- sudo # Should already be installed (prior to installing IIAB) but let's also make it explicit here. See also roles/openvpn/tasks/install.yml
- tar
- unzip
#- usbmount # Moved to roles/usb_lib/tasks/install.yml