Explicitly match the full version variable name to avoid matching other
variables when updating the `defaults/main.yml` file.
Signed-off-by: SuperQ <superq@gmail.com>
The command line parser for the verison updater was not updated to
support the additional parameter.
* Rename `type` variable to `githost` to make it more clear.
Signed-off-by: SuperQ <superq@gmail.com>
* fix: Add test for argument_specs matching
Compare contents of `meta/arguments_spec.yml` against `defaults/main.yml` on
each role to make sure keys match.
Signed-off-by: SuperQ <superq@gmail.com>
* Fixup arguments_spec linting issues.
Signed-off-by: SuperQ <superq@gmail.com>
---------
Signed-off-by: SuperQ <superq@gmail.com>
* Check for remote branch before trying to build a changeset.
* Fail exit if push fails.
* Add pull-request permission to workflow.
Signed-off-by: SuperQ <superq@gmail.com>
Move role repo discovery to a script to avoid shell escaping issues.
* Fix up argument_specs.yml.
Signed-off-by: prombot <prometheus-team@googlegroups.com>