mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* 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
|
||
|---|---|---|
| .. | ||
| cache_plugins | ||
| aliases | ||
| runme.sh | ||
| test_gathering_facts.yml | ||
| test_run_once.yml | ||
| uuid.fact | ||