summaryrefslogtreecommitdiff
path: root/test/integration/targets
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-05-26 18:35:12 -0400
committerGitHub <noreply@github.com>2022-05-26 15:35:12 -0700
commite6b16ddeb52685950eb95241c9baa2ba5939184c (patch)
tree4d2df8c8b14df1d69a7e3b3da7b430442b3af326 /test/integration/targets
parentc45ba4f9ca51225536cd986143f0cd911a890b5d (diff)
downloadansible-e6b16ddeb52685950eb95241c9baa2ba5939184c.tar.gz
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 <matt@sivel.net> Co-authored-by: rawtaz <rawtaz@users.noreply.github.com> Co-authored-by: Wouter Schoot <wouter@schoot.org> Co-authored-by: Sergei Petrosian <30409084+spetrosi@users.noreply.github.com> Co-authored-by: TheBigBear <TheBigBear@users.noreply.github.com> Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
Diffstat (limited to 'test/integration/targets')
-rw-r--r--test/integration/targets/ansible-galaxy-collection-scm/tasks/requirements.yml2
1 files changed, 1 insertions, 1 deletions
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 <namespace>.<collection>. 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