Remove ANSIBLE_METADATA (#339)

* Remove ANSIBLE_METADATA

* remove from other modules

* remove from plugins and scripts
This commit is contained in:
Andrew Klychkov 2020-05-14 16:03:42 +03:00 committed by GitHub
commit 5d226f86b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
729 changed files with 0 additions and 3391 deletions

View file

@ -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