mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Assume master branch for downloads if not specified.
This commit is contained in:
parent
0cd40fc372
commit
0286c31e85
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ def role_spec_parse(role_spec):
|
|||
# }
|
||||
|
||||
role_spec = role_spec.strip()
|
||||
role_version = ''
|
||||
role_version = 'master'
|
||||
if role_spec == "" or role_spec.startswith("#"):
|
||||
return (None, None, None, None)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue