1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Restore legacy mode (all of 1-prep) for deprecated command ./install-support

This commit is contained in:
A Holt 2019-05-12 00:13:15 -04:00 committed by GitHub
parent d49da390ee
commit e29fe7828f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,5 +9,6 @@
roles:
- { role: 0-init, tags: ['0-init'] }
#- { role: 1-prep, tags: ['1-prep', 'platform', 'base'] }
#- { role: 1-prep, tags: ['1-prep'] }
- { role: openvpn, tags: ['openvpn'] }
- { role: 1-prep, tags: ['1-prep'] }
#- { role: openvpn, tags: ['openvpn'] } # FASTER ALTERNATIVE THAN 1-prep (if 1-prep was already run!)
# BETTER YET, SEE: /usr/bin/iiab-support for a much friendlier UX, that only runs 1-prep when necessary.