Re: [ansible-devel] Restoring an ansible backup file

2018-08-16 Thread Kai Stian Olstad
On Thursday, 16 August 2018 00.56.06 CEST Tony Owens wrote: > I'm trying to copy a file out with backup option which works fine. I'm > pretty sure I am overlooking over something simple here. Any help is > appreciated. For starter you shouldn't use the developer list for user questions

[ansible-devel] Restoring an ansible backup file

2018-08-15 Thread Tony Owens
I'm trying to copy a file out with backup option which works fine. I'm pretty sure I am overlooking over something simple here. Any help is appreciated. --- - hosts: all become: true vars: push: false fallback: false jksfile: '' tasks: - name: "copy jks" copy: