We should verify that the variables in the argument specification meta/argument_specs.yml are defined correctly, especially the required and default parameters.
- Variables with a default value should be defined in
defaults/main.yml.
- Variables marked as required in the argument specification should not be defined in
defaults/main.yml. Instead, they must be provided by the user.
We should verify that the variables in the argument specification
meta/argument_specs.ymlare defined correctly, especially the required and default parameters.defaults/main.yml.defaults/main.yml. Instead, they must be provided by the user.