basho-labs / ansible-riak

Ansible roles for Riak
Other
33 stars 32 forks source link

Fix undefined error on copy beams #43

Closed ooshlablu closed 8 years ago

ooshlablu commented 8 years ago

On some versions of ansible, the way the copying of custom beams is set up causes:

[DEPRECATION WARNING]: Skipping task due to undefined Error, in the future this
 will be a fatal error.. This feature will be removed in a future release. 
Deprecation warnings can be disabled by setting deprecation_warnings=False in 
ansible.cfg.

and the play continues to run without issue. On others, the play just fails on that task.

paegun commented 8 years ago

+1 aa56626

using file globbing on the src is much cleaner.

christophermancini commented 8 years ago

I appreciate that you tested this as this was something I just copied over from the old role.