Add extrepo tasks for managing external repositories in Debian
This commit is contained in:
@@ -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:
|
||||
#
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user