mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update install.yml
This commit is contained in:
parent
e5d30b6c9d
commit
ed67f64486
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
0. INSTALL / ASSERT PREREQS
|
||||
|
||||
- name: MONGODB - run the 'mongodb' role
|
||||
include_role:
|
||||
name: mongodb
|
||||
|
@ -223,6 +225,9 @@
|
|||
# # Use this instead, if tabs are truly nec:
|
||||
# # block: "\tvar pathPrefix = '/sugarizer';\n\tapp.use(pathPrefix, require('path-prefix-proxy')(pathPrefix));"
|
||||
|
||||
|
||||
6. RECORD THAT SUGARIZER INSTALL IS COMPLETE
|
||||
|
||||
- name: "Add 'sugarizer_installed: True' to {{ iiab_state_file }}"
|
||||
lineinfile:
|
||||
dest: "{{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||
|
|
Loading…
Reference in a new issue