Skip to content

Commit

Permalink
Temporary patch/fix for PTAnywhere/pt-instances-management#4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitor Gómez Goiri committed Nov 11, 2015
1 parent 3354bdc commit ce5fa38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/pt_instance_manager/tasks/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
with_items:
- git
- python-pip
- python-virtualenv.noarch
- python-virtualenv
# when: ansible_os_family == "RedHat"
tags:
- install
Expand Down Expand Up @@ -63,7 +63,7 @@


- name: Create database file
shell: "{{ venv_path }}/bin/run-api -createdb -config {{ config_file }}"
shell: "{{ venv_path }}/bin/python {{ venv_path }}/src/ptinstancemanager/src/ptinstancemanager/run.py -createdb -config {{ config_file }}"
when: not dbfile.stat.exists
tags:
- create
Expand Down

0 comments on commit ce5fa38

Please sign in to comment.