Skip to content

Commit

Permalink
Fix ansible collection path detection (#3398)
Browse files Browse the repository at this point in the history
Co-authored-by: Ajinkya Udgirkar <ajinkyaudgirkar@gmail.com>
  • Loading branch information
ssbarnea and audgirka authored May 4, 2023
1 parent 27b168f commit 2ce7ae1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .projects/ansible-compat
2 changes: 1 addition & 1 deletion src/ansiblelint/schemas/__store__.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible-lint-config.json"
},
"ansible-navigator-config": {
"etag": "9095eec00b504fee85c5c7f445839e9823d25a15cde28270007dfd6cda575e81",
"etag": "dd0f0dea68266ae61e5a8d6aed0a1279fdee16f2da4911bc27970241df80f798",
"url": "https://raw.githubusercontent.com/ansible/ansible-navigator/main/src/ansible_navigator/data/ansible-navigator.json"
},
"changelog": {
Expand Down
6 changes: 5 additions & 1 deletion src/ansiblelint/schemas/ansible-navigator-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,24 @@
},
"type": {
"default": "module",
"description": "Specify the plugin type, 'become', 'cache', 'callback', 'cliconf', 'connection', 'httpapi', 'inventory', 'lookup', 'module', 'netconf', 'shell', 'strategy' or 'vars'",
"description": "Specify the plugin type, 'become', 'cache', 'callback', 'cliconf', 'connection', 'filter', 'httpapi', 'inventory', 'keyword', 'lookup', 'module', 'netconf', 'role', 'shell', 'strategy', 'test' or 'vars'",
"enum": [
"become",
"cache",
"callback",
"cliconf",
"connection",
"filter",
"httpapi",
"inventory",
"keyword",
"lookup",
"module",
"netconf",
"role",
"shell",
"strategy",
"test",
"vars"
],
"type": "string"
Expand Down

0 comments on commit 2ce7ae1

Please sign in to comment.