mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
@@ -9,7 +9,7 @@
|
||||
|
||||
tasks:
|
||||
- name: Copy borked pkl
|
||||
copy: src=/var/lib/mirrormanager/mirrorlist_cache.pkl dest=/root/mirrorlist_cache.pkl-{{ ansible_date_time.date }}
|
||||
copy: src=/var/lib/mirrormanager/mirrorlist_cache.pkl dest=/root/mirrorlist_cache.pkl-{{ ansible_date_time.date }} remote_src=yes
|
||||
|
||||
- name: Nuke borked pkl
|
||||
file: path=/var/lib/mirrormanager/mirrorlist_cache.pkl state=absent
|
||||
|
||||
Reference in New Issue
Block a user