fix variable name change

This commit is contained in:
Michael Collins
2021-10-09 15:43:47 +08:00
parent fb23c7b697
commit de084c4d4d
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
"default": "{{ awx_customise_base_domain_website | string | lower }}",
"choices": "true\nfalse",
"new_question": true,
"variable": "customise_base_domain_website",
"variable": "awx_customise_base_domain_website",
"type": "multiplechoice"
},
{