retrace: remove old repos from faf
This commit is contained in:
parent
067e143502
commit
ae429d9b0f
1 changed files with 7 additions and 0 deletions
|
@ -19,3 +19,10 @@
|
||||||
|
|
||||||
- import_tasks: cron.yml
|
- import_tasks: cron.yml
|
||||||
tags: cron
|
tags: cron
|
||||||
|
|
||||||
|
- name: Remove old repos
|
||||||
|
command: "faf cleanup-packages Fedora '{{ item }}' "
|
||||||
|
become: yes
|
||||||
|
become_user: faf
|
||||||
|
when: not devel
|
||||||
|
with_items: "{{ rs_internal_fedora_vers_removed }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue