The fetch module reports that it "cannot work on directories":
TASK [standard-test-avocado : Pull out the logs]
fatal: [localhost]: FAILED! => {"changed": false, "file": "./artifacts/", "msg": "remote file is a directory, fetch cannot work on directories"}
Let's use the synchronize method, as other roles are using, to fetch the complete directory structure.
Signed-off-by: Cleber Rosa crosa@redhat.com
Hi! Thank you for PR Just merged a fix for this from #168 Close this as duplicate of #168. Thank you!
Pull-Request has been closed by astepano
The fetch module reports that it "cannot work on
directories":
TASK [standard-test-avocado : Pull out the logs]
fatal: [localhost]: FAILED! => {"changed": false, "file":
"./artifacts/", "msg": "remote file is a directory, fetch cannot
work on directories"}
Let's use the synchronize method, as other roles are using, to fetch
the complete directory structure.
Signed-off-by: Cleber Rosa crosa@redhat.com