Skip to content

Instantly share code, notes, and snippets.

@strarsis
Created June 5, 2021 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strarsis/f29e0f704f097bc643bfe1ab1433a4a4 to your computer and use it in GitHub Desktop.
Save strarsis/f29e0f704f097bc643bfe1ab1433a4a4 to your computer and use it in GitHub Desktop.
ansible variable interpolation issue
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