mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Default git module to master branch so branch= is not required.
This commit is contained in:
@@ -71,7 +71,7 @@ for x in items:
|
||||
|
||||
dest = params['dest']
|
||||
repo = params['repo']
|
||||
branch = params.get('branch')
|
||||
branch = params.get('branch', 'master')
|
||||
version = params.get('version', 'HEAD')
|
||||
|
||||
# ===========================================
|
||||
|
||||
Reference in New Issue
Block a user