group_vars/all: Make env_prefix and env_prefix empty strings, not None
This commit is contained in:
parent
57af09a65c
commit
3134c7955b
1 changed files with 2 additions and 2 deletions
|
@ -227,8 +227,8 @@ nrpe_check_postfix_queue_crit: 5
|
|||
|
||||
# env is staging or production, we default it to production here.
|
||||
env: production
|
||||
env_prefix:
|
||||
env_suffix:
|
||||
env_prefix: ""
|
||||
env_suffix: ""
|
||||
env_short: prod
|
||||
|
||||
# nfs mount options, override at the group/host level
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue