From 98619c5e230666585ced9f8176f37f6dce478f4d Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Tue, 17 Sep 2019 15:53:32 -0400 Subject: [PATCH] rename awx modules folder to collection --- {awx_modules => awx_collection}/COPYING | 0 {awx_modules => awx_collection}/README.md | 0 {awx_modules => awx_collection}/galaxy.yml.j2 | 0 {awx_modules => awx_collection}/plugins/inventory/tower.py | 0 .../plugins/module_utils/ansible_tower.py | 0 {awx_modules => awx_collection}/plugins/modules/__init__.py | 0 .../plugins/modules/tower_credential.py | 0 .../plugins/modules/tower_credential_type.py | 0 {awx_modules => awx_collection}/plugins/modules/tower_group.py | 0 {awx_modules => awx_collection}/plugins/modules/tower_host.py | 0 .../plugins/modules/tower_inventory.py | 0 .../plugins/modules/tower_inventory_source.py | 0 .../plugins/modules/tower_job_cancel.py | 0 .../plugins/modules/tower_job_launch.py | 0 {awx_modules => awx_collection}/plugins/modules/tower_job_list.py | 0 .../plugins/modules/tower_job_template.py | 0 {awx_modules => awx_collection}/plugins/modules/tower_job_wait.py | 0 {awx_modules => awx_collection}/plugins/modules/tower_label.py | 0 .../plugins/modules/tower_notification.py | 0 .../plugins/modules/tower_organization.py | 0 {awx_modules => awx_collection}/plugins/modules/tower_project.py | 0 {awx_modules => awx_collection}/plugins/modules/tower_receive.py | 0 {awx_modules => awx_collection}/plugins/modules/tower_role.py | 0 {awx_modules => awx_collection}/plugins/modules/tower_send.py | 0 {awx_modules => awx_collection}/plugins/modules/tower_settings.py | 0 {awx_modules => awx_collection}/plugins/modules/tower_team.py | 0 {awx_modules => awx_collection}/plugins/modules/tower_user.py | 0 .../plugins/modules/tower_workflow_launch.py | 0 .../plugins/modules/tower_workflow_template.py | 0 {awx_modules => awx_collection}/setup.cfg | 0 {awx_modules => awx_collection}/template_galaxy.yml | 0 {awx_modules => awx_collection}/test/awx/conftest.py | 0 {awx_modules => awx_collection}/test/awx/test_job_template.py | 0 {awx_modules => awx_collection}/test/awx/test_organization.py | 0 34 files changed, 0 insertions(+), 0 deletions(-) rename {awx_modules => awx_collection}/COPYING (100%) rename {awx_modules => awx_collection}/README.md (100%) rename {awx_modules => awx_collection}/galaxy.yml.j2 (100%) rename {awx_modules => awx_collection}/plugins/inventory/tower.py (100%) rename {awx_modules => awx_collection}/plugins/module_utils/ansible_tower.py (100%) rename {awx_modules => awx_collection}/plugins/modules/__init__.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_credential.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_credential_type.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_group.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_host.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_inventory.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_inventory_source.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_job_cancel.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_job_launch.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_job_list.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_job_template.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_job_wait.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_label.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_notification.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_organization.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_project.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_receive.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_role.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_send.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_settings.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_team.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_user.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_workflow_launch.py (100%) rename {awx_modules => awx_collection}/plugins/modules/tower_workflow_template.py (100%) rename {awx_modules => awx_collection}/setup.cfg (100%) rename {awx_modules => awx_collection}/template_galaxy.yml (100%) rename {awx_modules => awx_collection}/test/awx/conftest.py (100%) rename {awx_modules => awx_collection}/test/awx/test_job_template.py (100%) rename {awx_modules => awx_collection}/test/awx/test_organization.py (100%) diff --git a/awx_modules/COPYING b/awx_collection/COPYING similarity index 100% rename from awx_modules/COPYING rename to awx_collection/COPYING diff --git a/awx_modules/README.md b/awx_collection/README.md similarity index 100% rename from awx_modules/README.md rename to awx_collection/README.md diff --git a/awx_modules/galaxy.yml.j2 b/awx_collection/galaxy.yml.j2 similarity index 100% rename from awx_modules/galaxy.yml.j2 rename to awx_collection/galaxy.yml.j2 diff --git a/awx_modules/plugins/inventory/tower.py b/awx_collection/plugins/inventory/tower.py similarity index 100% rename from awx_modules/plugins/inventory/tower.py rename to awx_collection/plugins/inventory/tower.py diff --git a/awx_modules/plugins/module_utils/ansible_tower.py b/awx_collection/plugins/module_utils/ansible_tower.py similarity index 100% rename from awx_modules/plugins/module_utils/ansible_tower.py rename to awx_collection/plugins/module_utils/ansible_tower.py diff --git a/awx_modules/plugins/modules/__init__.py b/awx_collection/plugins/modules/__init__.py similarity index 100% rename from awx_modules/plugins/modules/__init__.py rename to awx_collection/plugins/modules/__init__.py diff --git a/awx_modules/plugins/modules/tower_credential.py b/awx_collection/plugins/modules/tower_credential.py similarity index 100% rename from awx_modules/plugins/modules/tower_credential.py rename to awx_collection/plugins/modules/tower_credential.py diff --git a/awx_modules/plugins/modules/tower_credential_type.py b/awx_collection/plugins/modules/tower_credential_type.py similarity index 100% rename from awx_modules/plugins/modules/tower_credential_type.py rename to awx_collection/plugins/modules/tower_credential_type.py diff --git a/awx_modules/plugins/modules/tower_group.py b/awx_collection/plugins/modules/tower_group.py similarity index 100% rename from awx_modules/plugins/modules/tower_group.py rename to awx_collection/plugins/modules/tower_group.py diff --git a/awx_modules/plugins/modules/tower_host.py b/awx_collection/plugins/modules/tower_host.py similarity index 100% rename from awx_modules/plugins/modules/tower_host.py rename to awx_collection/plugins/modules/tower_host.py diff --git a/awx_modules/plugins/modules/tower_inventory.py b/awx_collection/plugins/modules/tower_inventory.py similarity index 100% rename from awx_modules/plugins/modules/tower_inventory.py rename to awx_collection/plugins/modules/tower_inventory.py diff --git a/awx_modules/plugins/modules/tower_inventory_source.py b/awx_collection/plugins/modules/tower_inventory_source.py similarity index 100% rename from awx_modules/plugins/modules/tower_inventory_source.py rename to awx_collection/plugins/modules/tower_inventory_source.py diff --git a/awx_modules/plugins/modules/tower_job_cancel.py b/awx_collection/plugins/modules/tower_job_cancel.py similarity index 100% rename from awx_modules/plugins/modules/tower_job_cancel.py rename to awx_collection/plugins/modules/tower_job_cancel.py diff --git a/awx_modules/plugins/modules/tower_job_launch.py b/awx_collection/plugins/modules/tower_job_launch.py similarity index 100% rename from awx_modules/plugins/modules/tower_job_launch.py rename to awx_collection/plugins/modules/tower_job_launch.py diff --git a/awx_modules/plugins/modules/tower_job_list.py b/awx_collection/plugins/modules/tower_job_list.py similarity index 100% rename from awx_modules/plugins/modules/tower_job_list.py rename to awx_collection/plugins/modules/tower_job_list.py diff --git a/awx_modules/plugins/modules/tower_job_template.py b/awx_collection/plugins/modules/tower_job_template.py similarity index 100% rename from awx_modules/plugins/modules/tower_job_template.py rename to awx_collection/plugins/modules/tower_job_template.py diff --git a/awx_modules/plugins/modules/tower_job_wait.py b/awx_collection/plugins/modules/tower_job_wait.py similarity index 100% rename from awx_modules/plugins/modules/tower_job_wait.py rename to awx_collection/plugins/modules/tower_job_wait.py diff --git a/awx_modules/plugins/modules/tower_label.py b/awx_collection/plugins/modules/tower_label.py similarity index 100% rename from awx_modules/plugins/modules/tower_label.py rename to awx_collection/plugins/modules/tower_label.py diff --git a/awx_modules/plugins/modules/tower_notification.py b/awx_collection/plugins/modules/tower_notification.py similarity index 100% rename from awx_modules/plugins/modules/tower_notification.py rename to awx_collection/plugins/modules/tower_notification.py diff --git a/awx_modules/plugins/modules/tower_organization.py b/awx_collection/plugins/modules/tower_organization.py similarity index 100% rename from awx_modules/plugins/modules/tower_organization.py rename to awx_collection/plugins/modules/tower_organization.py diff --git a/awx_modules/plugins/modules/tower_project.py b/awx_collection/plugins/modules/tower_project.py similarity index 100% rename from awx_modules/plugins/modules/tower_project.py rename to awx_collection/plugins/modules/tower_project.py diff --git a/awx_modules/plugins/modules/tower_receive.py b/awx_collection/plugins/modules/tower_receive.py similarity index 100% rename from awx_modules/plugins/modules/tower_receive.py rename to awx_collection/plugins/modules/tower_receive.py diff --git a/awx_modules/plugins/modules/tower_role.py b/awx_collection/plugins/modules/tower_role.py similarity index 100% rename from awx_modules/plugins/modules/tower_role.py rename to awx_collection/plugins/modules/tower_role.py diff --git a/awx_modules/plugins/modules/tower_send.py b/awx_collection/plugins/modules/tower_send.py similarity index 100% rename from awx_modules/plugins/modules/tower_send.py rename to awx_collection/plugins/modules/tower_send.py diff --git a/awx_modules/plugins/modules/tower_settings.py b/awx_collection/plugins/modules/tower_settings.py similarity index 100% rename from awx_modules/plugins/modules/tower_settings.py rename to awx_collection/plugins/modules/tower_settings.py diff --git a/awx_modules/plugins/modules/tower_team.py b/awx_collection/plugins/modules/tower_team.py similarity index 100% rename from awx_modules/plugins/modules/tower_team.py rename to awx_collection/plugins/modules/tower_team.py diff --git a/awx_modules/plugins/modules/tower_user.py b/awx_collection/plugins/modules/tower_user.py similarity index 100% rename from awx_modules/plugins/modules/tower_user.py rename to awx_collection/plugins/modules/tower_user.py diff --git a/awx_modules/plugins/modules/tower_workflow_launch.py b/awx_collection/plugins/modules/tower_workflow_launch.py similarity index 100% rename from awx_modules/plugins/modules/tower_workflow_launch.py rename to awx_collection/plugins/modules/tower_workflow_launch.py diff --git a/awx_modules/plugins/modules/tower_workflow_template.py b/awx_collection/plugins/modules/tower_workflow_template.py similarity index 100% rename from awx_modules/plugins/modules/tower_workflow_template.py rename to awx_collection/plugins/modules/tower_workflow_template.py diff --git a/awx_modules/setup.cfg b/awx_collection/setup.cfg similarity index 100% rename from awx_modules/setup.cfg rename to awx_collection/setup.cfg diff --git a/awx_modules/template_galaxy.yml b/awx_collection/template_galaxy.yml similarity index 100% rename from awx_modules/template_galaxy.yml rename to awx_collection/template_galaxy.yml diff --git a/awx_modules/test/awx/conftest.py b/awx_collection/test/awx/conftest.py similarity index 100% rename from awx_modules/test/awx/conftest.py rename to awx_collection/test/awx/conftest.py diff --git a/awx_modules/test/awx/test_job_template.py b/awx_collection/test/awx/test_job_template.py similarity index 100% rename from awx_modules/test/awx/test_job_template.py rename to awx_collection/test/awx/test_job_template.py diff --git a/awx_modules/test/awx/test_organization.py b/awx_collection/test/awx/test_organization.py similarity index 100% rename from awx_modules/test/awx/test_organization.py rename to awx_collection/test/awx/test_organization.py