Created
June 5, 2021 15:45
-
-
Save strarsis/f29e0f704f097bc643bfe1ab1433a4a4 to your computer and use it in GitHub Desktop.
ansible variable interpolation issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vault_redis_password: "some-password" | |
vault_wordpress_env_defaults: | |
# Redis password used on all sites | |
redis_password: "{{ vault_redis_password }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment