[SKIP CI] fix env variable names

This commit is contained in:
Robert Kaussow 2019-10-10 15:06:03 +02:00
parent 201f18e16c
commit e68ffee83c
1 changed files with 11 additions and 11 deletions

View File

@ -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
``` ```