jpnewman / ansible-role-artifactory

Ansible Role Artifactory
MIT License
1 stars 6 forks source link

Fixed problem with mutually exclusive parameters to unarchive #1

Closed juliusblank closed 7 years ago

juliusblank commented 7 years ago

When testing your role with Ansible Version 2.2.0.0, I received an error stating that for unarchive (used in the ubuntu task) should use either "copy" (which is deprecated) or "remote_src", but not both. Therefore I removed the copy instruction.

jpnewman commented 7 years ago

Great! Thank you. I'm testing all my Ansible roles with version 2.2.0.0 shortly.