summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2020-04-09 16:14:01 +1000
committerGitHub <noreply@github.com>2020-04-09 07:14:01 +0100
commit6f8a1d083ea0d84ed4a2ca4b32b6084e35a7b460 (patch)
treee64c56391220c2732e65a0e9b2093c0039b73181
parent9b43a5791606a3f9985cb47cc998e16615a9ba88 (diff)
downloadansible-6f8a1d083ea0d84ed4a2ca4b32b6084e35a7b460.tar.gz
patch is in ansible.posix part deux (#68796)
-rw-r--r--.github/BOTMETA.yml2
-rw-r--r--lib/ansible/config/routing.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml
index 5df257c9b8..1d08e4fb79 100644
--- a/.github/BOTMETA.yml
+++ b/.github/BOTMETA.yml
@@ -8721,7 +8721,7 @@ files:
lib/ansible/modules/files/iso_extract.py:
migrated_to: community.general
lib/ansible/modules/files/patch.py:
- migrated_to: community.general
+ migrated_to: ansible.posix
lib/ansible/modules/files/read_csv.py:
migrated_to: community.general
lib/ansible/modules/identity/_onepassword_facts.py:
diff --git a/lib/ansible/config/routing.yml b/lib/ansible/config/routing.yml
index 742c097ed2..e8280dcc6e 100644
--- a/lib/ansible/config/routing.yml
+++ b/lib/ansible/config/routing.yml
@@ -1468,7 +1468,7 @@ plugin_routing:
iso_extract:
redirect: community.general.iso_extract
patch:
- redirect: community.general.patch
+ redirect: ansible.posix.patch
read_csv:
redirect: community.general.read_csv
xattr: