This commit is contained in:
135
2023-08-24 21:04:24 +03:00
commit d325b97f5b
10 changed files with 137 additions and 0 deletions

10
defaults/main.yml Normal file
View File

@@ -0,0 +1,10 @@
---
state: "{{ _state | default('absent') }}"
backports_distribution: "{{ ansible_distribution_release }}"
backports_priority_enabled: false
backports_priority: 100
backports_state: 'present'
# A string for example http://deb.debian.org/debian
backports_uri: ""
# Components in a string such as "{{ backports_distribution }}-backports main restricted universe multiverse"
backports_components: ""