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:
authorBrian Coca <bcoca@users.noreply.github.com>2022-09-28 17:08:00 +0300
committerGitHub <noreply@github.com>2022-09-28 17:08:00 +0300
commitc7cde2645dd213db9e505cd124d2e9933ef929f7 (patch)
treea73128ef58b293b77476c455d20d1a34eca499e7 /changelogs
parent7acd4f75c037974be7fa4e7eabe55152dfc57500 (diff)
apt_repository, handle both new/old gpgp stds (#78735)
* apt_repository, handle both new/old gpgp stds
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/apt_repo_trust_prefs.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/apt_repo_trust_prefs.yml b/changelogs/fragments/apt_repo_trust_prefs.yml
new file mode 100644
index 00000000000..5e9b8aff474
--- /dev/null
+++ b/changelogs/fragments/apt_repo_trust_prefs.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - apt_repository will use the trust repo directories in order of preference (more appropriate to less) as they exist on the target.