Init.
This commit is contained in:
10
defaults/main.yml
Normal file
10
defaults/main.yml
Normal 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: ""
|
||||
Reference in New Issue
Block a user