dockpack / artifactory

Ansible role to install Artifactory, the Maven repository manager by JFrog.
MIT License
22 stars 27 forks source link

Install the unzip package as a prerequesites. Use the yum module to install rpms #12

Closed viper233 closed 7 years ago

viper233 commented 7 years ago

I'd just spun up a fresh RHEL-7.3_HVM_GA-20161026-x86_64-1-Hourly2-GP2 and it didn't have unzip available. This is after include geerlingguy.java and geerlingguy.postgresql to bring in the other prerequesites. Ultimately a package approach that geerlingguy mentioned in his talk, https://www.ansible.com/ansible-roles-by-acquia would a better option. I'm a bit short on time to implement this as the moment though.

bbaassssiiee commented 7 years ago

Yum module needs 'update_cache=yes' to be reliable.

viper233 commented 7 years ago

Is this the issue you are referring to? https://github.com/ansible/ansible-modules-core/issues/2667

bbaassssiiee commented 7 years ago

The GitHub issue just confirms my experience. If you add the argument to the actions, then I'll merge your request. Thanks for finding that ticket!