From 9ade4f6dd69e1708d5405663200be649741f899d Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 4 Jun 2021 10:38:04 +0200 Subject: [PATCH] Announce script removal. (#2697) --- changelogs/fragments/script-removal.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/script-removal.yml diff --git a/changelogs/fragments/script-removal.yml b/changelogs/fragments/script-removal.yml new file mode 100644 index 0000000000..4328fef555 --- /dev/null +++ b/changelogs/fragments/script-removal.yml @@ -0,0 +1,2 @@ +deprecated_features: +- "All inventory and vault scripts will be removed from community.general. If you are referencing them, please update your references to the new `contrib-scripts GitHub repository `_ so your workflow will not break once community.general 4.0.0 is released (https://github.com/ansible-collections/community.general/pull/2697)."