fix unvault lookup name in example (#69913)
This commit is contained in:
parent
112251c7f4
commit
4882471bc9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ DOCUMENTATION = """
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
- debug: msg="the value of foo.txt is {{lookup('vault', '/etc/foo.txt')|to_string }}"
|
- debug: msg="the value of foo.txt is {{lookup('unvault', '/etc/foo.txt')|to_string }}"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
RETURN = """
|
RETURN = """
|
||||||
|
|
Loading…
Add table
Reference in a new issue