Update documentation to include subkey injection

This commit is contained in:
Philip Douglass
2023-01-17 19:03:32 -05:00
parent d75f12c001
commit 128a130b84
+5 -1
View File
@@ -172,7 +172,11 @@ of the [Jinja templating language](https://jinja.palletsprojects.com/en/2.10.x/)
"THIRD_PARTY_CLOUD_API_TOKEN": "{{api_token}}"
},
"extra_vars": {
"some_extra_var": "{{username}}:{{password}"
"some_extra_var": "{{username}}:{{password}}",
"auth": {
"username": "{{username}}",
"password": "{{password}}"
}
}
}