Hi Brian and Dick, > At that point copy the module into a custom one and set the defaults > you want.
that doesn't sound very sustainable, especially if this is the case for multiple modules in multiple collections. It might be helpful to allow module defaults to be included instead of having to re-specify them in every play (include_module_defaults: my-defaults.yaml). You'll still have to add that include to all your plays then, but at least you only have to do it once (and even can use a linting rule to make sure that all your plays include that default) and have a single place where to fill these defaults in. Cheers, Felix -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/20240529074237.3cdc8156%40rovaniemi.
