Add collection setting toggle to UI

Additional API housekeeping, removing unused code

Treat default branch as no branch provided
This commit is contained in:
AlanCoding
2019-08-06 09:16:51 -04:00
parent 79a1dbc5a0
commit 2f3aafe1bb
4 changed files with 8 additions and 3 deletions

View File

@@ -137,7 +137,6 @@
delegate_to: localhost
- block:
# TODO: don't run this if ansible verison doens't support collections
- name: detect collections/requirements.yml
stat: path={{project_path|quote}}/collections/requirements.yml
register: doesCollectionRequirementsExist