mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-24 22:00:40 +00:00
[SKIP CI] fix env variable names
This commit is contained in:
parent
201f18e16c
commit
e68ffee83c
22
README.md
22
README.md
@ -136,17 +136,17 @@ optional arguments:
|
|||||||
#### Environment variables
|
#### Environment variables
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
CONFIG_FILE=
|
ANSIBLE_DOCTOR_CONFIG_FILE=
|
||||||
ROLE_DIR=
|
ANSIBLE_DOCTOR_ROLE_DIR=
|
||||||
DRY_RUN=false
|
ANSIBLE_DOCTOR_DRY_RUN=false
|
||||||
LOG_LEVEL=warning
|
ANSIBLE_DOCTOR_LOG_LEVEL=warning
|
||||||
LOG_JSON=false
|
ANSIBLE_DOCTOR_LOG_JSON=false
|
||||||
OUTPUT_DIR=
|
ANSIBLE_DOCTOR_OUTPUT_DIR=
|
||||||
TEMPLATE_DIR=
|
ANSIBLE_DOCTOR_TEMPLATE_DIR=
|
||||||
TEMPLATE=readme
|
ANSIBLE_DOCTOR_TEMPLATE=readme
|
||||||
FORCE_OVERWRITE=false
|
ANSIBLE_DOCTOR_FORCE_OVERWRITE=false
|
||||||
CUSTOM_HEADER=
|
ANSIBLE_DOCTOR_CUSTOM_HEADER=
|
||||||
EXCLUDE_FILES=
|
ANSIBLE_DOCTOR_EXCLUDE_FILES=
|
||||||
# EXCLUDE_FILES=molecule/,files/**/*.py
|
# EXCLUDE_FILES=molecule/,files/**/*.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user