Logging
This commit is contained in:
parent
98e8df7c9a
commit
d280e4eabd
2 changed files with 3 additions and 4 deletions
|
|
@ -1,10 +1,6 @@
|
||||||
---
|
---
|
||||||
# tasks file for fedora
|
# tasks file for fedora
|
||||||
|
|
||||||
- vars:
|
|
||||||
rpmfusion_keys_errors: ""
|
|
||||||
rpmfusion_repo_errors: ""
|
|
||||||
|
|
||||||
- name: "Adding rpmfusion repos"
|
- name: "Adding rpmfusion repos"
|
||||||
become: true
|
become: true
|
||||||
block:
|
block:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
---
|
---
|
||||||
# vars file for fedora
|
# vars file for fedora
|
||||||
|
|
||||||
|
rpmfusion_keys_errors: ""
|
||||||
|
rpmfusion_repo_errors: ""
|
||||||
|
|
||||||
rpmfusion_keys:
|
rpmfusion_keys:
|
||||||
- "https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-fedora-2020"
|
- "https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-fedora-2020"
|
||||||
- "https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020"
|
- "https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue