Add extrepo tasks for managing external repositories in Debian

This commit is contained in:
2026-03-30 10:37:45 +02:00
parent 9ef1c94855
commit 8064f4a2fe
4 changed files with 113 additions and 0 deletions

View File

@@ -32,6 +32,16 @@
- ansible_facts['distribution'] == "Debian"
tags: apt
# tags supported inside extrepo.yml
#
# extrepo
- import_tasks: extrepo.yml
when:
- ansible_facts['distribution'] == "Debian"
- (ansible_facts['distribution_major_version'] | int) >= 12
tags:
- extrepo
# tags supported inside apt-gateway.yml:
#
#