mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fixing copyrights and linting issues
This commit is contained in:
parent
3784f9515e
commit
5a6c7a5788
@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright: (c) 2017, Wayne Witzel III <wayne@riotousliving.com>
|
||||
# Copyright: (c) 2020, Ansible by Red Hat, Inc
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
#!/usr/bin/python
|
||||
# coding: utf-8 -*-
|
||||
|
||||
# (c) 2020, Ansible by Red Hat, Inc
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
||||
from __future__ import absolute_import, division, print_function
|
||||
__metaclass__ = type
|
||||
|
||||
@ -9,7 +12,6 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
'status': ['preview'],
|
||||
'supported_by': 'community'}
|
||||
|
||||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: tower_meta
|
||||
@ -28,18 +30,22 @@ prefix:
|
||||
description: Collection namespace and name in the namespace.name format
|
||||
returned: success
|
||||
sample: awx.awx
|
||||
type: str
|
||||
name:
|
||||
description: Collection name
|
||||
returned: success
|
||||
sample: awx
|
||||
type: str
|
||||
namespace:
|
||||
description: Collection namespace
|
||||
returned: success
|
||||
sample: awx
|
||||
type: str
|
||||
version:
|
||||
description: Version of the collection
|
||||
returned: success
|
||||
sample: 0.0.1-devel
|
||||
type: str
|
||||
'''
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user