ec1fc1f16b
The common practice upstream and also with all of the other roles in OpenStack is to prefix them with "ansible-role-". Ansible Galaxy is able to detect that a repo named thusly is a role. Also, maybe this will make ansible-puppet and puppet-ansible less confusing. Change-Id: I889399813748919ce1788ad18ce84c3894e12ab1
14 lines
316 B
Plaintext
14 lines
316 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group ansible-role-puppet-core
|
|
label-Code-Review = -2..+2 group ansible-role-puppet-core
|
|
label-Workflow = -1..+1 group ansible-role-puppet-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group ansible-role-puppet-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
|
|
[submit]
|
|
mergeContent = true
|