mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
move doc generation to 4-server-options
This commit is contained in:
parent
bd1320e58b
commit
1dc1e60079
2 changed files with 4 additions and 6 deletions
|
@ -13,6 +13,10 @@
|
|||
template: src=roles/1-prep/templates/iiab_env.py.j2
|
||||
dest=/etc/iiab/iiab_env.py
|
||||
|
||||
- name: generate the offline documents
|
||||
command: /usr/bin/iiab-refresh-wiki-docs
|
||||
when: not nodocs
|
||||
|
||||
- name: Stop postgresql service
|
||||
command: "/etc/init.d/postgresql stop"
|
||||
ignore_errors: True
|
||||
|
@ -34,5 +38,3 @@
|
|||
service: name=xs-authserver
|
||||
state=restarted
|
||||
when: authserver_enabled
|
||||
|
||||
|
||||
|
|
|
@ -153,10 +153,6 @@
|
|||
dest=/usr/bin/iiab-refresh-wiki-docs
|
||||
mode=0755
|
||||
|
||||
- name: generate the offline documents
|
||||
command: /usr/bin/iiab-refresh-wiki-docs
|
||||
when: not nodocs
|
||||
|
||||
- name: Give apache_user permission for poweroff
|
||||
template: src=020_apache_poweroff.j2
|
||||
dest=/etc/sudoers.d/020_apache_poweroff
|
||||
|
|
Loading…
Add table
Reference in a new issue