From c929fe3f176a061f2d4849752e0a7115e8709265 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 13 Jun 2020 16:54:47 +0200 Subject: [PATCH] Remove redirects that are already made in ansible/ansible's ansible_builtin_runtime.yml --- meta/runtime.yml | 16 ---------------- plugins/modules/notification/osx_say.py | 1 - .../github/github_webhook_facts.py | 1 - .../source_control/gitlab/gitlab_hooks.py | 1 - .../storage/glusterfs/gluster_heal_facts.py | 1 - 5 files changed, 20 deletions(-) delete mode 120000 plugins/modules/notification/osx_say.py delete mode 120000 plugins/modules/source_control/github/github_webhook_facts.py delete mode 120000 plugins/modules/source_control/gitlab/gitlab_hooks.py delete mode 120000 plugins/modules/storage/glusterfs/gluster_heal_facts.py diff --git a/meta/runtime.yml b/meta/runtime.yml index 1775e6f668..1894966865 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -582,10 +582,6 @@ plugin_routing: deprecation: removal_version: 3.0.0 warning_text: see plugin documentation for details - osx_say: - deprecation: - removal_date: 3.0.0 - warning_text: see plugin documentation for details foreman: deprecation: removal_version: 2.0.0 @@ -642,18 +638,6 @@ plugin_routing: deprecation: removal_version: 2.0.0 warning_text: see plugin documentation for details - github_webhook_facts: - deprecation: - removal_version: 3.0.0 - warning_text: see plugin documentation for details - gitlab_hooks: - deprecation: - removal_version: 3.0.0 - warning_text: see plugin documentation for details - gluster_heal_facts: - deprecation: - removal_version: 3.0.0 - warning_text: see plugin documentation for details na_cdot_aggregate: deprecation: removal_version: 2.0.0 diff --git a/plugins/modules/notification/osx_say.py b/plugins/modules/notification/osx_say.py deleted file mode 120000 index f080521d9d..0000000000 --- a/plugins/modules/notification/osx_say.py +++ /dev/null @@ -1 +0,0 @@ -say.py \ No newline at end of file diff --git a/plugins/modules/source_control/github/github_webhook_facts.py b/plugins/modules/source_control/github/github_webhook_facts.py deleted file mode 120000 index 1e4cc94d4d..0000000000 --- a/plugins/modules/source_control/github/github_webhook_facts.py +++ /dev/null @@ -1 +0,0 @@ -github_webhook_info.py \ No newline at end of file diff --git a/plugins/modules/source_control/gitlab/gitlab_hooks.py b/plugins/modules/source_control/gitlab/gitlab_hooks.py deleted file mode 120000 index bb7ccd6db1..0000000000 --- a/plugins/modules/source_control/gitlab/gitlab_hooks.py +++ /dev/null @@ -1 +0,0 @@ -gitlab_hook.py \ No newline at end of file diff --git a/plugins/modules/storage/glusterfs/gluster_heal_facts.py b/plugins/modules/storage/glusterfs/gluster_heal_facts.py deleted file mode 120000 index e5a7565c18..0000000000 --- a/plugins/modules/storage/glusterfs/gluster_heal_facts.py +++ /dev/null @@ -1 +0,0 @@ -gluster_heal_info.py \ No newline at end of file