Skip to content

Commit b8bd731

Browse files
fix option for _ANSIBLE_TEMPLAR_UNTRUSTED_TEMPLATE_BEHAVIOR (#2687) (#2800)
(cherry picked from commit ec23cbc) Co-authored-by: Akira Yokochi <[email protected]>
1 parent 919041c commit b8bd731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/porting_guides/porting_guide_core_2.19.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ The environment variable ``_ANSIBLE_TEMPLAR_UNTRUSTED_TEMPLATE_BEHAVIOR`` can be
239239

240240
Valid options are:
241241

242-
* ``warn`` - A warning will be issued when an untrusted template is encountered.
242+
* ``warning`` - A warning will be issued when an untrusted template is encountered.
243243
* ``fail`` - An error will be raised when an untrusted template is encountered.
244244
* ``ignore`` - Untrusted templates are silently ignored and used as-is. This is the default behavior.
245245

0 commit comments

Comments
 (0)