first round of variable name changes

This commit is contained in:
Michael Collins
2021-10-10 14:10:06 +08:00
parent 175bdb100b
commit dd6e643581
7 changed files with 62 additions and 62 deletions

View File

@ -20,10 +20,10 @@
"required": false,
"min": 0,
"max": 65536,
"default": {{ awx_dimension_users_raw_final | to_json }},
"default": {{ awx_dimension_users_final | to_json }},
"choices": "",
"new_question": true,
"variable": "awx_dimension_users_raw",
"variable": "awx_dimension_users",
"type": "textarea"
}
]