Procházet zdrojové kódy

update variable names

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

+ 3
- 3
roles/matrix-awx/surveys/access_export.json.j2 Zobrazit soubor

@@ -11,7 +11,7 @@
"default": "{{ awx_sftp_auth_method | string }}",
"choices": "Disabled\nPassword\nSSH Key",
"new_question": true,
"variable": "sftp_auth_method",
"variable": "awx_sftp_auth_method",
"type": "multiplechoice"
},
{
@@ -23,7 +23,7 @@
"default": "{{ awx_sftp_password }}",
"choices": "",
"new_question": true,
"variable": "sftp_password",
"variable": "awx_sftp_password",
"type": "password"
},
{
@@ -35,7 +35,7 @@
"default": "{{ awx_sftp_public_key }}",
"choices": "",
"new_question": true,
"variable": "sftp_public_key",
"variable": "awx_sftp_public_key",
"type": "text"
}
]


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