From e6b16ddeb52685950eb95241c9baa2ba5939184c Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 26 May 2022 18:35:12 -0400 Subject: Docs backportapalooza 05 26 (#77921) * Remove statement about dependencies and includes. Fixes #75055 (#77912) (cherry picked from commit a2eb472fb6df756bc8a21c1b00c3926e54a46ef5) * doc: Clarify stride/increment in inventory intro (#77893) (cherry picked from commit 9010f0fbe3e25480f8cd18a98cc0868a6df2ab06) * Remove double spaces in errormessage (#77839) (cherry picked from commit 711b51fad65a7b619b8f9a5f0219b8eddc8bb1fe) * add anchors for crossreferencing (#77800) (cherry picked from commit a99623bce160ba47b7da0df76d0c0ef30d401e05) * [docs]Mention that global variables are not mapped to hostvars (#77783) (cherry picked from commit 74469bf54ae0f2ba0e5883963eeb867e93f1a435) * Point to Kerberos as a safer winrm setup method (#77794) (cherry picked from commit 45d930e9c1c6f892be4f0255babce7ce9d31e255) * more context on multiple facts modules (#77896) (cherry picked from commit dbbeea0686227503db9c2f2b2aa706cad09ad0b5) Co-authored-by: Matt Martz Co-authored-by: rawtaz Co-authored-by: Wouter Schoot Co-authored-by: Sergei Petrosian <30409084+spetrosi@users.noreply.github.com> Co-authored-by: TheBigBear Co-authored-by: Brian Coca --- .../targets/ansible-galaxy-collection-scm/tasks/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration/targets') diff --git a/test/integration/targets/ansible-galaxy-collection-scm/tasks/requirements.yml b/test/integration/targets/ansible-galaxy-collection-scm/tasks/requirements.yml index c774342662..10070f1a05 100644 --- a/test/integration/targets/ansible-galaxy-collection-scm/tasks/requirements.yml +++ b/test/integration/targets/ansible-galaxy-collection-scm/tasks/requirements.yml @@ -30,7 +30,7 @@ nor 'source' point to a concrete resolvable collection artifact. Also 'name' is not an FQCN. A valid collection name must be in the format .. Please make sure that the - namespace and the collection name contain characters from + namespace and the collection name contain characters from [a-zA-Z0-9_] only." in result.stderr - name: test source is not a git repo even if name is provided -- cgit v1.2.1