diff options
author | Alan Rominger <arominge@redhat.com> | 2020-02-13 22:35:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 22:35:11 +0100 |
commit | 1a450400ff2a54a3e886e536811478f2eedbb6e2 (patch) | |
tree | 5b4296b0957648078cdf54d124cece979d3aee19 /.github/BOTMETA.yml | |
parent | elb_target_group - try to handle target_type default when state is absent (#6... (diff) | |
download | ansible-1a450400ff2a54a3e886e536811478f2eedbb6e2.tar.xz ansible-1a450400ff2a54a3e886e536811478f2eedbb6e2.zip |
add migrated_to for tower to awx.awx (#67233)
Diffstat (limited to '')
-rw-r--r-- | .github/BOTMETA.yml | 53 |
1 files changed, 52 insertions, 1 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 3f320e7175..9e1d2ae494 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -1301,6 +1301,52 @@ files: labels: [ tower ] maintainers: $team_tower ignored: wwitzel3 + $modules/web_infrastructure/ansible_tower/tower_credential.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_credential_type.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_group.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_host.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_inventory.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_inventory_source.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_job_cancel.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_job_launch.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_job_list.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_job_template.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_job_wait.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_label.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_notification.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_organization.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_project.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_receive.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_role.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_send.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_settings.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_team.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_user.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_workflow_launch.py: + migrated_to: awx.awx + $modules/web_infrastructure/ansible_tower/tower_workflow_template.py: + migrated_to: awx.awx $modules/web_infrastructure/sophos_utm/: maintainers: $team_e_spirit keywords: @@ -1402,7 +1448,8 @@ files: $module_utils: support: community $module_utils/acme.py: *crypto - $module_utils/ansible_tower.py: *tower + $module_utils/ansible_tower.py: + migrated_to: awx.awx $module_utils/azure_rm_common.py: maintainers: $team_azure labels: @@ -2004,6 +2051,8 @@ files: $plugins/doc_fragments/f5.py: maintainers: caphrim007 wojtek0806 migrated_to: f5networks.f5_modules + $plugins/doc_fragments/tower.py: + migrated_to: awx.awx ############################### # plugins/filter $plugins/filter/: @@ -2095,6 +2144,8 @@ files: support: core $plugins/inventory/now.py: migrated_to: servicenow.servicenow + $plugins/inventory/tower.py: + migrated_to: awx.awx ############################### # plugins/lookup |