Procházet zdrojové kódy

fix variable name change

pull/1326/head
Michael Collins před 4 roky
rodič
revize
de084c4d4d
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +2
    -2
      roles/matrix-awx/surveys/configure_element_subdomain.json.j2
  2. +1
    -1
      roles/matrix-awx/surveys/configure_website_access_export.json.j2

+ 2
- 2
roles/matrix-awx/surveys/configure_element_subdomain.json.j2 Zobrazit soubor

@@ -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"
}
]


+ 1
- 1
roles/matrix-awx/surveys/configure_website_access_export.json.j2 Zobrazit soubor

@@ -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"
},
{


Načítá se…
Zrušit
Uložit