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
parent 1bbc88af92
commit 5d226f86b6
729 changed files with 0 additions and 3391 deletions

View File

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

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