Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cefa45c0 authored by Alexandre MERLIN's avatar Alexandre MERLIN
Browse files

[gen/kadeploy] place custom variable to use when using tftp instead of http

parent 8d1ec40a
No related branches found
No related tags found
1 merge request!443[gen/kadeploy] place custom variable to use when using tftp instead of http
Pipeline #790408 passed
...@@ -128,3 +128,7 @@ automata: ...@@ -128,3 +128,7 @@ automata:
- timeout: <%= data['boot.timeout.1'] %> - timeout: <%= data['boot.timeout.1'] %>
type: HardReboot type: HardReboot
retries: 0 retries: 0
<%- if data['force_tftp'] -%>
custom_variables:
FORCE_TFTP="1"
<%- end -%>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment