mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Remove ANSIBLE_METADATA (#339)
* Remove ANSIBLE_METADATA * remove from other modules * remove from plugins and scripts
This commit is contained in:
parent
1bbc88af92
commit
5d226f86b6
729 changed files with 0 additions and 3391 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue