[ansible-project] Re: unzip to unarchive

2020-09-02 Thread Nuno Costa
I'm using something like below but I had to add *ignore_errors**: yes* due to what I believe is a bug in ansible and/or unarchive module. The task always fail but the files are extracted. Got this workaround from https://github.com/ansible/ansible/issues/27081#issuecomment-595842668 - name:

[ansible-project] Re: unzip to unarchive

2020-08-31 Thread 'lpesc...@google.com' via Ansible Project
Bump - anyone? On Friday, August 28, 2020 at 9:42:13 AM UTC-7 lpesc...@google.com wrote: > I'm also curious about how the -o and -d switches in the original playbook > relate to the new. > > On Friday, August 28, 2020 at 9:41:24 AM UTC-7 lpesc...@google.com wrote: > >> Hi all, >> I want to chan

[ansible-project] Re: unzip to unarchive

2020-08-28 Thread 'lpesc...@google.com' via Ansible Project
I'm also curious about how the -o and -d switches in the original playbook relate to the new. On Friday, August 28, 2020 at 9:41:24 AM UTC-7 lpesc...@google.com wrote: > Hi all, > I want to change this to unarchive: > > - name: unpack-protos-bin > shell: unzip -o /root/.ansible-management/fil