mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 12:06:56 -06:00
Merge pull request #30 from jefferyfry/master
Changed the call home format.
This commit is contained in:
@@ -1,8 +1,12 @@
|
|||||||
{
|
{
|
||||||
"productId": "Ansible_{{ ansible_marketplace }}_artifactory-pro-{{artifactory_version}}/1.0.0",
|
"productId": "Ansible_artifactory/1.0.0",
|
||||||
"features": [
|
"features": [
|
||||||
{
|
{
|
||||||
"featureId": "Partner/ACC-006973"
|
"featureId": "Partner/ACC-006973"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"featureId": "Channel/{{ ansible_marketplace }}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
{
|
{
|
||||||
"productId": "Ansible_{{ ansible_marketplace }}_xray-{{xray_version}}/1.0.0",
|
"productId": "Ansible_artifactory/1.0.0",
|
||||||
"features": [
|
"features": [
|
||||||
{
|
{
|
||||||
"featureId": "Partner/ACC-006973"
|
"featureId": "Partner/ACC-006973"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"featureId": "Channel/{{ ansible_marketplace }}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user