Well, if it got the expected input it probably would have. It didn't
expect a list there and it caused a traceback rather than an error in
this case. This is not completely uncommon for python scripts.

Well, `creates` should be used only when you want to skip a task.
Ansible is idempotent by nature, so if you unarchive an already
unarchived compressed file, it will not change the content on disk
unless the extracted data is actually different. Do you really need
`creates` in your case?

For reference:
https://docs.ansible.com/ansible/2.6/modules/unarchive_module.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1825948

Title:
  Unexpected failure in unarchive module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ansible/+bug/1825948/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to