Unverified Commit 8ed15884 by Feanil Patel Committed by GitHub

Merge pull request #4201 from open-craft/mtyaka/allow-duplicates

Allow 'automated' and 'edx_service' roles to run multiple times.
parents 47210621 6649e639
---
#
# edX Configuration
#
# github: https://github.com/edx/configuration
# wiki: https://openedx.atlassian.net/wiki/display/OpenOPS
# code style: https://openedx.atlassian.net/wiki/display/OpenOPS/Ansible+Code+Conventions
# license: https://github.com/edx/configuration/blob/master/LICENSE.TXT
#
# Allow this role to be duplicated in dependencies.
allow_duplicates: yes
......@@ -30,3 +30,6 @@ dependencies:
GIT_REPOS: "{{ edx_service_repos }}"
git_home: "{{ edx_service_home }}"
when: edx_service_repos is defined
# Allow this role to be duplicated in dependencies.
allow_duplicates: yes
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