mirror of https://github.com/ansible/ansible.git
gather facts improvements (#44008)
* gather_subset is a list of strings
When gather_subset is an integer, a message pointing out the problem, current tb error
is replaced by this one:
ERROR! the field 'gather_subset' should be a list of (<class 'str'>,), but the item '42' is a <class 'int'>
...
* gathering_facts test: ensure smart gathering is on
pull/44575/head
parent
23e44319ce
commit
2603604fd6
Loading…
Reference in New Issue