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

Clarify ~126+ MB /opt/iiab/internetarchive/node_modules disk footprint

This commit is contained in:
A Holt 2021-12-26 12:49:44 -05:00 committed by GitHub
parent b45fb6850e
commit c96e0c6bea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@
state: directory
path: "{{ internetarchive_dir }}" # /opt/iiab/internetarchive
- name: Wipe dir {{ internetarchive_dir }}/node_modules (and its contents, typically 112+ MB) so './runrole --reinstall internetarchive' gets you the latest code
- name: Wipe dir {{ internetarchive_dir }}/node_modules (can be ~126+ MB) so './runrole --reinstall internetarchive' gets you the latest code
file:
state: absent
path: "{{ internetarchive_dir }}/node_modules"