mirror of https://github.com/ansible/ansible.git
Fix issue with unarchive disabling pipelining mode
Was using persist_files=True when specifying the create paramater, which breaks pipelining. Switched to use delete_remote_tmp=False instead, which is the proper way to preserve the remove tmp dir when running other modules from the action plugin.pull/10556/head
parent
0e2a21f1fa
commit
8d847efa37
Loading…
Reference in New Issue