Mentions légales du service

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

Merge branch 'force_tftp_kadeploy' into 'master'

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

See merge request !443
parents 8d1ec40a cefa45c0
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 #790414 passed
......@@ -128,3 +128,7 @@ automata:
- timeout: <%= data['boot.timeout.1'] %>
type: HardReboot
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.
Finish editing this message first!
Please register or to comment