Nosmoht / ansible-module-foreman

Ansible module to manage configuration of Foreman
49 stars 32 forks source link

Search for title instead of just name #14

Closed agx closed 8 years ago

agx commented 8 years ago

If we only search for the name we fail when we have e.g. several Debian version like:

"Debian 7.9"
"Debian 8.3"
"SLES 12.0"

since the query then returns multiple results. Because Foreman nicely builds the title out of the name, os_major and os_minor search for that instead.