s3_sync
module: Add ANSIBLE_METADATA parameter
This commit is contained in:
parent
be7a568b33
commit
5204024f35
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: s3_sync
|
||||
|
|
Loading…
Reference in a new issue