Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Krizek <martin.krizek@gmail.com>2022-09-21 23:09:05 +0300
committerGitHub <noreply@github.com>2022-09-21 23:09:05 +0300
commit228d25a321f3166cf73d14a929689774ce33fb51 (patch)
tree6500b7e0bbf7588d8a1ba874f13963305faac680 /changelogs
parentd514aeb2a1fdf7ac966dbd58445d273fc579106c (diff)
Remove deprecated ANSIBLE_COW_WHITELIST/cow_whitelist (#78831)
Fixes #78819 Fixes #78820
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/78819-78820-remove-deprecated-cow-options.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/78819-78820-remove-deprecated-cow-options.yml b/changelogs/fragments/78819-78820-remove-deprecated-cow-options.yml
new file mode 100644
index 00000000000..91e1efec6f9
--- /dev/null
+++ b/changelogs/fragments/78819-78820-remove-deprecated-cow-options.yml
@@ -0,0 +1,3 @@
+removed_features:
+ - Remove deprecated ``ANSIBLE_COW_WHITELIST`` configuration environment variable, use ``ANSIBLE_COW_ACCEPTLIST`` instead. (https://github.com/ansible/ansible/issues/78819)
+ - Remove deprecated ``cow_whitelist`` configuration option, use ``cowsay_enabled_stencils`` instead. (https://github.com/ansible/ansible/issues/78820)