Skip to content
Snippets Groups Projects
Commit 2241c196 authored by Jupiter Hu's avatar Jupiter Hu
Browse files

update script

parent befdf935
No related branches found
No related tags found
No related merge requests found
......@@ -154,17 +154,17 @@
sudo: true
when: karaage_db_init.stdout.find("0") == 0
-
name: "Create IDP institutes (disable it as cache is not available)"
shell: kg-idps /tmp/metadata.aaf.xml
sudo: true
when: karaage_db_init.stdout.find("0") == 0
-
name: "Create projects"
shell: kg_init /etc/karaage3/kginit.conf {{ admin_password }}
sudo: true
when: karaage_db_init.stdout.find("0") == 0
#-
# name: "Create IDP institutes (disable it as cache is not available)"
# shell: kg-idps /tmp/metadata.aaf.xml
# sudo: true
# when: karaage_db_init.stdout.find("0") == 0
#-
# name: "Create projects"
# shell: kg_init /etc/karaage3/kginit.conf {{ admin_password }}
# sudo: true
# when: karaage_db_init.stdout.find("0") == 0
- name: install postfix
apt: name=postfix state=present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment