Dear list,
I recently changed from a ini inventory to a yaml one.
And I was hit by a change in the groups ordering on Centos-7.
ansible 2.9.17
config file = /opt/devtools-work/bamboo/xml-data/build-dir/1179649/135102466-135168007/ansible.cfg
configured module search path = [u’/opt/devtools-work/bamboo/.ansible/plugins/modules’, u’/usr/share/ansible/plugins/modules’]
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /bin/ansible
python version = 2.7.5 (default, Apr 2 2020, 13:16:51) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
After looking around I found the following PR https://github.com/ansible/ansible/pull/58000
but it does not seem to be part of ansible 2.9
Does anybody knows why ?