Skip to content

Commit

Permalink
Fix setting IDs in README.md (#1219)
Browse files Browse the repository at this point in the history
Should have been done in
#961.

Not sure if there's a way to have the documentation automatically
generated from the package.json, but that seems worth looking into.
  • Loading branch information
garymm authored Apr 26, 2024
1 parent c9d3a39 commit 037bd3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ any level (User, Remote, Workspace and/or Folder).
qualified collection names (FQCN) when inserting a module name. Disabling it
will only use FQCNs when necessary, that is when the collection isn't
configured for the task.
- `ansible.ansibleLint.arguments`: Optional command line arguments to be
- `ansible.validation.lint.arguments`: Optional command line arguments to be
appended to `ansible-lint` invocation. See `ansible-lint` documentation.
- `ansible.ansibleLint.enabled`: Enables/disables use of `ansible-lint`.
- `ansible.ansibleLint.path`: Path to the `ansible-lint` executable.
- `ansible.validation.lint.enabled`: Enables/disables use of `ansible-lint`.
- `ansible.validation.lint.path`: Path to the `ansible-lint` executable.
- `ansible.ansibleNavigator.path`: Path to the `ansible-navigator` executable.
- `ansible.executionEnvironment.containerEngine`: The container engine to be
used while running with execution environment. Valid values are `auto`,
Expand Down

0 comments on commit 037bd3b

Please sign in to comment.