Revert "updated repo state"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit f040b09ff6
.
This commit is contained in:
parent
f040b09ff6
commit
cc0c953eeb
@ -23,7 +23,7 @@ repo-{{ name }}:
|
||||
- name: deb [signed-by=/etc/apt/keyrings/{{ name }}] {{ repo.src }} {{ repo.suites }} {{ repo.components }}
|
||||
- gpgcheck: {{ repo.gpgcheck|default(1) }}
|
||||
- aptkey: false
|
||||
- file: /etc/apt/sources.list.d/{{ name }}.{% if repo.deb822|default(false) %}sources{% else %}list{% endif %}
|
||||
- file: /etc/apt/sources.list.d/{{ name }}.list
|
||||
- clean_file: true
|
||||
{%- if repo.key_method is defined %}
|
||||
{%- if repo.key_method == 'file' %}
|
||||
@ -39,7 +39,7 @@ repo-{{ name }}:
|
||||
repo-{{ name }}:
|
||||
file.absent:
|
||||
{%- if not repo.ppa|default(None) %}
|
||||
- name: /etc/apt/sources.list.d/{{ name }}.{% if repo.deb822|default(false) %}sources{% else %}list{% endif %}
|
||||
- name: /etc/apt/sources.list.d/{{ name }}.list
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user