Skip to content

Commit

Permalink
unfreeze
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Jan 23, 2019
1 parent cd07a9d commit 776e89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/module_utils/facts/collector.py
Expand Up @@ -134,7 +134,7 @@ def get_collector_names(valid_subsets=None,
# Retrieve module parameters
gather_subset = gather_subset or ['all']

min_valid = frozenset(('all', 'min'))
min_valid = ('all', 'min')
# the list of everything that 'all' expands to
valid_subsets = valid_subsets or min_valid

Expand Down

0 comments on commit 776e89f

Please sign in to comment.