ansible/files
Lucas Costa Beyeler 5559e6a669 Fix #4202: Can't unarchive remote files (#4244)
When you try to remote unarchive files with the option copy=no the code always fail, as evidenced in issue #4202. That happens because the conditional to check "if remote_src=no or copy=yes" will always be true since the default value of them is remote_src=no and copy=yes.
My modification is only to change the condition from or to and, that way only if both the vars stay with the default value will be true, otherwise you can unarchive remote files.
2016-08-11 11:23:29 -07:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
acl.py Convert the whole files/ directory to py3 syntax (#3685) 2016-05-18 07:01:53 -07:00
assemble.py unsafe writes! (#4314) 2016-08-09 12:39:25 -04:00
copy.py unsafe writes! (#4314) 2016-08-09 12:39:25 -04:00
fetch.py Fix grammar in docs for fetch 'fail_on_missing' (#3872) 2016-06-06 15:27:18 -04:00
file.py file module: add clarification on state=absent re files that do not exist. 2016-08-01 15:16:52 -04:00
find.py removed 'overquoting' of example 2016-02-12 13:24:07 -05:00
ini_file.py also match on tabs in ini_file (fixes #106) (#4067) 2016-06-30 18:15:49 -04:00
lineinfile.py unsafe writes! (#4314) 2016-08-09 12:39:25 -04:00
replace.py unsafe writes! (#4314) 2016-08-09 12:39:25 -04:00
stat.py added read-/write-/executeable flags for invoking user (#4130) 2016-07-14 19:11:35 +02:00
synchronize.py Be explicit about specifying the ssh port if it was user specified (#4302) 2016-08-08 08:59:25 -07:00
template.py restored incorrectly removed docs, jinja2 override 2016-06-15 17:01:46 -04:00
unarchive.py Fix #4202: Can't unarchive remote files (#4244) 2016-08-11 11:23:29 -07:00
xattr.py Convert the whole files/ directory to py3 syntax (#3685) 2016-05-18 07:01:53 -07:00