mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
let user control "auto-de-vault" (#22739)
* added option to toggle off autodevaulting * fixes per feedbazck
This commit is contained in:
@@ -56,6 +56,8 @@ notes:
|
||||
author:
|
||||
- Ansible Core Team
|
||||
- Michael DeHaan
|
||||
extends_documentation_fragment:
|
||||
- decrypt
|
||||
"""
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -96,6 +96,7 @@ options:
|
||||
author: "Stephen Fromm (@sfromm)"
|
||||
extends_documentation_fragment:
|
||||
- files
|
||||
- decrypt
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -98,6 +98,7 @@ options:
|
||||
extends_documentation_fragment:
|
||||
- files
|
||||
- validate
|
||||
- decrypt
|
||||
author:
|
||||
- "Ansible Core Team"
|
||||
- "Michael DeHaan"
|
||||
|
||||
@@ -31,7 +31,7 @@ DOCUMENTATION = '''
|
||||
module: unarchive
|
||||
version_added: 1.4
|
||||
short_description: Unpacks an archive after (optionally) copying it from the local machine.
|
||||
extends_documentation_fragment: files
|
||||
extends_documentation_fragment: [files, decrypt]
|
||||
description:
|
||||
- The C(unarchive) module unpacks an archive. By default, it will copy the source file from the local system to the target before unpacking.
|
||||
Set remote_src=yes to unpack an archive which already exists on the target.
|
||||
|
||||
Reference in New Issue
Block a user