1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

Revert "Fix non-matching defaults in docs (#5446)"

This reverts commit a978bff2c7.
This commit is contained in:
Felix Fontein 2022-11-01 19:12:21 +01:00
parent a978bff2c7
commit 5f4e593116
79 changed files with 63 additions and 187 deletions

View file

@ -125,9 +125,7 @@
that:
- eval_error is failed
- >-
"Passwordstore directory '" in eval_error.msg
- >-
"/somenonexistentplace' does not exist" in eval_error.msg
"Passwordstore directory 'somenonexistentplace' does not exist" in eval_error.msg
- name: Test pass compatibility shim detection
block: