HenryGP / om_ansible

Minimalistic, disposable Ops Manager environment with Ansible
19 stars 17 forks source link

Ansible warning regarding direct usage of RPM command #63

Closed emisca closed 4 years ago

emisca commented 4 years ago
TASK [Determining Ops Manager version prior to API call] ************************************************************************************************************************************************************************************************************************************************************************************************************************
[WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'.  If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message.
HenryGP commented 4 years ago

No longer an issue since https://github.com/HenryGP/om_ansible/pull/69 was merged :)