summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/web_infrastructure/ansible_tower/tower_organization.py
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2017-02-02 13:45:22 -0600
committerMatt Clay <matt@mystile.com>2017-02-02 11:45:22 -0800
commit829c0b8f6284ec37e36f1454d7d3640415239cb2 (patch)
tree16e03a45026881df4c30c0a8a18e1451dbfd601e /lib/ansible/modules/web_infrastructure/ansible_tower/tower_organization.py
parent1718719d779038751b96ffc7300efe6e5c9cee37 (diff)
downloadansible-829c0b8f6284ec37e36f1454d7d3640415239cb2.tar.gz
Update validate-modules (#20932)
* Update validate-modules * Validates ANSIBLE_METADATA * Ensures imports happen after documentation vars * Some pep8 cleanup * Clean up some left over unneeded code * Update modules for new module guidelines and validate-modules checks * Update imports for ec2_vpc_route_table and ec2_vpc_nat_gateway
Diffstat (limited to 'lib/ansible/modules/web_infrastructure/ansible_tower/tower_organization.py')
-rw-r--r--lib/ansible/modules/web_infrastructure/ansible_tower/tower_organization.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_organization.py b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_organization.py
index 8788f58ef0..7c1d3397ac 100644
--- a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_organization.py
+++ b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_organization.py
@@ -16,6 +16,10 @@
# You should have received a copy of the GNU General Public License
# along with this software. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: tower_organization