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

@ -8,10 +8,10 @@
"required": false,
"min": 0,
"max": 2048,
"default": "{{ element_subdomain }}",
"default": "{{ awx_element_subdomain }}",
"choices": "",
"new_question": true,
"variable": "element_subdomain",
"variable": "awx_element_subdomain",
"type": "text"
}
]