mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Remove ANSIBLE_METADATA (#339)
* Remove ANSIBLE_METADATA * remove from other modules * remove from plugins and scripts
This commit is contained in:
@@ -74,10 +74,6 @@
|
||||
#
|
||||
# ansible-playbook --vault-id=keyring_id@/path/to/vault-keyring-client.py site.yml
|
||||
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
import argparse
|
||||
import sys
|
||||
import getpass
|
||||
|
||||
@@ -57,10 +57,6 @@
|
||||
#
|
||||
# ansible-playbook --vault-password-file=/path/to/vault-keyring.py site.yml
|
||||
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
import sys
|
||||
import getpass
|
||||
import keyring
|
||||
|
||||
Reference in New Issue
Block a user