theforeman / foreman_ansible_inventory

Foreman dynamic inventory script for ansible - Now merged into Ansible itself
GNU General Public License v3.0
70 stars 31 forks source link

grabbing hostgroup_title instead of hostgroup_name... #38

Closed smnmtzgr closed 7 years ago

smnmtzgr commented 7 years ago

to return nested hostgroups to ansible

agx commented 7 years ago

We only want to use _title for the hostgroups not for organizations, etc. Can you respin it? Otherwise I can fix it.

smnmtzgr commented 7 years ago

changed this. please check.

agx commented 7 years ago

See my https://github.com/theforeman/foreman_ansible_inventory/pull/39 that handles old and new versions

smnmtzgr commented 7 years ago

done, please check again.

smnmtzgr commented 7 years ago

squashed into one commit. Please check if this is okay.

agx commented 7 years ago

Thanks @smnmtzgr

agx commented 7 years ago

On Fri, Oct 14, 2016 at 11:23:00AM -0700, Simon wrote:

squashed into one commit. Please check if this is okay.

Merged. Thans!