mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Fixing copyrights and linting issues
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- 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)
|
# 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)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# coding: utf-8 -*-
|
# 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
|
from __future__ import absolute_import, division, print_function
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
@@ -9,7 +12,6 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||||||
'status': ['preview'],
|
'status': ['preview'],
|
||||||
'supported_by': 'community'}
|
'supported_by': 'community'}
|
||||||
|
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: tower_meta
|
module: tower_meta
|
||||||
@@ -28,18 +30,22 @@ prefix:
|
|||||||
description: Collection namespace and name in the namespace.name format
|
description: Collection namespace and name in the namespace.name format
|
||||||
returned: success
|
returned: success
|
||||||
sample: awx.awx
|
sample: awx.awx
|
||||||
|
type: str
|
||||||
name:
|
name:
|
||||||
description: Collection name
|
description: Collection name
|
||||||
returned: success
|
returned: success
|
||||||
sample: awx
|
sample: awx
|
||||||
|
type: str
|
||||||
namespace:
|
namespace:
|
||||||
description: Collection namespace
|
description: Collection namespace
|
||||||
returned: success
|
returned: success
|
||||||
sample: awx
|
sample: awx
|
||||||
|
type: str
|
||||||
version:
|
version:
|
||||||
description: Version of the collection
|
description: Version of the collection
|
||||||
returned: success
|
returned: success
|
||||||
sample: 0.0.1-devel
|
sample: 0.0.1-devel
|
||||||
|
type: str
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user