Merge pull request #30 from jefferyfry/master

Changed the call home format.
This commit is contained in:
Arturo Aparicio
2020-05-27 12:39:39 -07:00
committed by GitHub
2 changed files with 16 additions and 9 deletions

View File

@@ -1,8 +1,12 @@
{
"productId": "Ansible_{{ ansible_marketplace }}_artifactory-pro-{{artifactory_version}}/1.0.0",
"productId": "Ansible_artifactory/1.0.0",
"features": [
{
"featureId": "Partner/ACC-006973"
}
{
"featureId": "Partner/ACC-006973"
},
{
"featureId": "Channel/{{ ansible_marketplace }}"
}
]
}
}

View File

@@ -1,8 +1,11 @@
{
"productId": "Ansible_{{ ansible_marketplace }}_xray-{{xray_version}}/1.0.0",
"productId": "Ansible_artifactory/1.0.0",
"features": [
{
"featureId": "Partner/ACC-006973"
}
{
"featureId": "Partner/ACC-006973"
},
{
"featureId": "Channel/{{ ansible_marketplace }}"
}
]
}