mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Comments cleaned up (just-merged PR #888)
This commit is contained in:
parent
2873b07595
commit
3461c779e5
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# 0. CLEAN UP PRIOR VERSIONS OF SUGARIZER (NEEDS WORK!)
|
||||
|
||||
- name: Wipe /library/www/html/sugarizer* if sugarizer-1.0
|
||||
- name: Wipe /library/www/html/sugarizer* if installing sugarizer-1.0
|
||||
shell: "rm -rf {{ doc_root }}/sugarizer*"
|
||||
when: sugarizer_version == "sugarizer-1.0"
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
|||
# https://github.com/iiab/iiab/pull/814#issuecomment-404211098
|
||||
# Versions of MongoDB, npm (& Node.js ?) matter! Sugarizer 1.0 Context:
|
||||
# https://github.com/iiab/iiab/issues/798
|
||||
# Going forward let's "git clone" IIAB's preferred version, of sugarizer
|
||||
# Going forward let's "git clone" IIAB's preferred versions, of sugarizer
|
||||
# AND sugarizer-server, as specified in roles/sugarizer/defaults/main.yml
|
||||
|
||||
- name: Clone llaske/sugarizer-server ({{ sugarizer_server_git_version }}) from GitHub to /opt/iiab
|
||||
|
@ -108,7 +108,7 @@
|
|||
|
||||
# 5. PLACE CONFIG FILES
|
||||
|
||||
- name: Create systemd files and copy our ini file
|
||||
- name: Configure sugarizer.service (systemd), sugarizer.conf (Apache) and sugarizer.ini
|
||||
template:
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
|
@ -138,7 +138,7 @@
|
|||
- { name: sugarizer }
|
||||
when: sugarizer_enabled
|
||||
|
||||
- name: Disable services (all OS's)
|
||||
- name: Disable service (all OS's)
|
||||
service:
|
||||
name: "{{ item.name }}"
|
||||
enabled: no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue