mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Metadata Status needs to be a list, not a scalar.
The default metadata was specified with a string "preview" instead of the list ["preview"].
This commit is contained in:
parent
6c4f365e67
commit
df9059936b
32 changed files with 32 additions and 32 deletions
|
@ -18,7 +18,7 @@
|
|||
# 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',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ from ansible.module_utils.ovirt import (
|
|||
)
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'status': 'preview',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
# 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',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ 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',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
# 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',
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
'supported_by': 'community',
|
||||
'version': '1.0'}
|
||||
|
||||
|
|
Loading…
Reference in a new issue