Skip to content

Commit

Permalink
Upgrade lint, migrate to sidecar, and update runtime (#139)
Browse files Browse the repository at this point in the history
Upgrades ansible-lint in the test requirements to the latest version
used by collection validation. This commit also migrates the module
documentation to a dedicated .yml file used by the new side-car
implementation. This gives us better sanity checks and validation in the
module docs over the .py format used before. Also adds the new
service_account to the module defaults module list.
  • Loading branch information
jborean93 authored Jul 22, 2024
1 parent d2b43b0 commit 553524d
Show file tree
Hide file tree
Showing 29 changed files with 2,367 additions and 2,316 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"editor.rulers": [
80,
160
],
"python.testing.pytestArgs": [
"tests/unit",
"-vv"
Expand Down
1 change: 1 addition & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ action_groups:
- object_info
- object
- ou
- service_account
- user
315 changes: 0 additions & 315 deletions plugins/modules/computer.py

This file was deleted.

Loading

0 comments on commit 553524d

Please sign in to comment.