mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update setup.yml
This commit is contained in:
parent
8e1f2fc493
commit
dab1632816
1 changed files with 7 additions and 6 deletions
|
@ -1,15 +1,16 @@
|
|||
# This is for an OS other than Fedora 18
|
||||
|
||||
- name: Create kalite_root directory
|
||||
file: path={{ kalite_root }}/httpsrv/static
|
||||
owner=root
|
||||
group=root
|
||||
mode=0755
|
||||
state=directory
|
||||
file:
|
||||
path: "{{ kalite_root }}/httpsrv/static"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0755
|
||||
state: directory
|
||||
|
||||
- name: Run the setup using 'kalite manage'
|
||||
command: "{{ kalite_program }} manage setup --username={{ kalite_admin_user }} --password={{ kalite_admin_password }} --noinput"
|
||||
environment:
|
||||
KALITE_HOME: "{{ kalite_root }}"
|
||||
KALITE_HOME: "{{ kalite_root }}"
|
||||
async: 900
|
||||
poll: 10
|
||||
|
|
Loading…
Reference in a new issue