ansible betrayed me

Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
Ricky Elrod 2018-05-15 22:57:56 +00:00
parent 776e17e5d9
commit 701c6d851a

View file

@ -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