Commit e8d8e627 by Edward Zarecor Committed by GitHub

Merge pull request #3188 from edx/e0d/add-condition

Only write out when there is a key
parents 7c55c68b 927ed7e1
......@@ -52,7 +52,7 @@ XQWATCHER_CONFIG:
XQWATCHER_COURSES: []
XQWATCHER_GIT_IDENTITY: !!null
XQWATCHER_GIT_IDENTITY: "none"
XQWATCHER_VERSION: "master"
XQWATCHER_REPOS:
......
......@@ -5,6 +5,7 @@
owner: "{{ xqwatcher_user }}"
group: "{{ xqwatcher_user }}"
mode: "0600"
when: XQWATCHER_GIT_IDENTITY != 'none'
tags:
- install
- install:code
......
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