1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-29 20:40:59 +00:00
community.general/changelogs/fragments/module_default_fixes.yaml
Brian Coca 674a57c3fa
fix module defaults (#56020)
* fix module defaults

 - corrected precedence (specific module > group)
 - made into reusable function
 - use from gather_facts/service/package to match 'actual module used'
2019-05-14 09:59:18 -04:00

2 lines
137 B
YAML

bugfixes:
- refactored into function and use in some action plugins to match actual module used, made precedence very clear in code.