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:
authorinifares23lab <62902848+inifares23lab@users.noreply.github.com>2022-11-02 19:02:04 +0300
committerGitHub <noreply@github.com>2022-11-02 19:02:04 +0300
commite2450d4886c43528ee8a870cc23cac73afdc6144 (patch)
treeb22aefe60751ee01a326882e5f5d92eff75a077f /changelogs
parent26a477561168cd731c86fb1ceffb0394c81cb0a7 (diff)
added --allow-change-held-packages for apt remove (#78203)
* added --allow-change-held-packages for apt remove * add tests for apt remove (allow_change_held_packages=yes) * add changelog for apt remove (allow-change-held-packages=yes) * update tests for apt remove (allow_change_held_packages=yes)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/apt-remove_allow-change-held-packages.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/apt-remove_allow-change-held-packages.yml b/changelogs/fragments/apt-remove_allow-change-held-packages.yml
new file mode 100644
index 00000000000..0a10277947c
--- /dev/null
+++ b/changelogs/fragments/apt-remove_allow-change-held-packages.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - apt - add allow-change-held-packages option to apt remove (https://github.com/ansible/ansible/issues/78131)