1
0
Fork 0
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:
A Holt 2018-07-16 14:56:37 -04:00 committed by GitHub
parent 8e1f2fc493
commit dab1632816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,12 @@
# 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"