AC-132 Minor updates after testing via API, notes on remaining items to implement.

This commit is contained in:
Chris Church
2013-08-26 10:29:46 -04:00
parent ee3ba2c0e1
commit e661f96054
4 changed files with 14 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
- name: delete project directory before update
file: path={{project_path}} state=absent
when: scm_delete_on_update
when: scm_delete_on_update|default('')
- name: update project using git
git: dest={{project_path}} repo={{scm_url}} version={{scm_branch}} force={{scm_clean}}