diff options
Diffstat (limited to 'ansible_collections/netapp/azure/HACK.md')
-rw-r--r-- | ansible_collections/netapp/azure/HACK.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ansible_collections/netapp/azure/HACK.md b/ansible_collections/netapp/azure/HACK.md new file mode 100644 index 000000000..cbd239e0e --- /dev/null +++ b/ansible_collections/netapp/azure/HACK.md @@ -0,0 +1,13 @@ +Because of an issue in Ansible, Hub Automation cannot use doc fragments from an external collection as: +``` + - azure.azcollection.azure + - azure.azcollection.azure_tags +``` + +Red Hat asked us to make local copies of the azcollection doc fragments. They are in +``` +ansible_collections/netapp/azure/plugins/doc_fragments/azure.py +ansible_collections/netapp/azure/plugins/doc_fragments/azure_tags.py +``` + +Once the Ansible issue is fixed, we should remove these copies, as they may be out of sync with the azcollection. |