Age | Commit message (Collapse) | Author |
|
* Add ansible-lint
* Fix some tasks
* Ignore ignore_errors
* Stop prettier and yamllint from fighting
|
|
|
|
* Always clear config before setting base config in tests.
* Clear bond before removing
|
|
* Add prettier and isort to pre-commit.
* Bump line-length to 100
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
|
* Fix `pre-commit` Issues
This change fixes `.pre-commit-config.yaml` so that `main` no longer has
errors on it. To accomplish that, two things had to be done:
* Update the version of `black` that `pre-commit` uses to match what `tox` uses.
* Run `pre-commit run --all-files` and commit the results
Co-authored-by: Kate Case <this.is@katherineca.se>
|
|
Drop ansible_become for testing
We don't actually need escalated permissions to run these things.
Signed-off-by: Paul Belanger pabelanger@redhat.com
Reviewed-by: GomathiselviS <None>
Reviewed-by: Nathaniel Case <this.is@nathanielca.se>
Reviewed-by: None <None>
|
|
Spelling glitch fix on doc
Reviewed-by: https://github.com/apps/ansible-zuul
|
|
VYOS: Mask sensitive key values from module result
Reviewed-by: https://github.com/apps/ansible-zuul
|
|
Add ospf_interfaces resource module
Reviewed-by: https://github.com/apps/ansible-zuul
|