fix unvault lookup name in example (#69913)

pull/69921/head
Sloane Hertel 5 years ago committed by GitHub
parent 112251c7f4
commit 4882471bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ DOCUMENTATION = """
"""
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 = """

Loading…
Cancel
Save