Use new token variable name after bootstrap

This commit is contained in:
IamTheFij 2022-05-24 20:11:41 -07:00
parent de4c96b104
commit 6cd7bae240
1 changed files with 2 additions and 2 deletions

View File

@ -275,8 +275,8 @@
nomad_acl_enabled: true
# Enable vault integration
nomad_vault_enabled: "{{ vault_token is defined }}"
nomad_vault_token: "{{ vault_token | default('') }}"
nomad_vault_enabled: "{{ root_token is defined }}"
nomad_vault_token: "{{ root_token | default('') }}"
nomad_config_custom:
ui: