From e68d56d87edf90973e6c7ac0c45cdcda6c1f6e77 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 30 Jan 2022 11:15:13 +0100 Subject: [PATCH] Creating Role: Fix Galaxy Tags API URL galaxy-qa.ansible.com results in a DNS error Use galaxy.ansible.com instead Signed-off-by: Sebastian Wagner --- docs/docsite/rst/contributing/creating_role.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/contributing/creating_role.rst b/docs/docsite/rst/contributing/creating_role.rst index 2ab87c65a..030d63603 100644 --- a/docs/docsite/rst/contributing/creating_role.rst +++ b/docs/docsite/rst/contributing/creating_role.rst @@ -147,7 +147,7 @@ platforms galaxy_tags Optional. Provide a list of tags. A tag is a single word that helps categorize your role. You can invent tags, or guess at tags other might be - using to describe similar roles, but why do that, when you can see what others are using by `browsing existing tags here `_. + using to describe similar roles, but why do that, when you can see what others are using by `browsing existing tags here `_. As with *platforms*, you can search by name here as well. For example, to see if the 'database' tag exists, add ``?name_icontains=database`` to the query. The full URL will be `https://galaxy.ansible.com/api/v1/tags/?name__icontains=database `_.