Skip to content

Commit

Permalink
docs: fix CONTROLLER_HOST environment variable (#311)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <[email protected]>
  • Loading branch information
Alex-Izquierdo authored Sep 7, 2024
1 parent 5443cf9 commit cd26afe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/doc_fragments/eda_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@


class ModuleDocFragment:

AUTHS = """
options:
controller_host:
description:
- The URL of the EDA controller.
- If not set, the value of the C(CONTROLLER_URL) environment variable will be used.
- If not set, the value of the C(CONTROLLER_HOST) environment variable will be used.
required: true
type: str
version_added: '2.0.0'
Expand Down

0 comments on commit cd26afe

Please sign in to comment.