retrace: Ignore errors in FAF packages cleanup
Ignore errors when cleaning up packages after removed releases -- the releases might already be gone when cleanup-packages is run. See also9f64d9661
andc2ed129aa
.
This commit is contained in:
parent
6021c1782d
commit
997508c26c
1 changed files with 1 additions and 0 deletions
|
@ -47,4 +47,5 @@
|
|||
command: "faf cleanup-packages Fedora '{{ item }}'"
|
||||
become: yes
|
||||
become_user: faf
|
||||
ignore_errors: yes
|
||||
loop: "{{ rs_internal_fedora_vers_removed }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue