Commit 2e462e9c by David Baumgold

Correct when statement for git prune

parent f253d48d
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
notify: notify:
- "restart edxapp" - "restart edxapp"
- "restart edxapp_workers" - "restart edxapp_workers"
when: git_dir.stat.exists and (git_dir.isdir is defined) and git_dir.stat.isdir when: git_dir.stat.exists and git_dir.stat.isdir
# Do A Checkout # Do A Checkout
- name: checkout edx-platform repo into {{ edxapp_code_dir }} - name: checkout edx-platform repo into {{ edxapp_code_dir }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment