Mentions légales du service

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

[gen/kadeploy] Add generation for KADEPLOY_PI_NO_MODULE

parent 7ab6caf5
Branches
No related tags found
1 merge request!508[gen/kadeploy] Add generation for KADEPLOY_PI_NO_MODULE
Pipeline #851035 passed
......@@ -128,7 +128,12 @@ automata:
- timeout: <%= data['boot.timeout.1'] %>
type: HardReboot
retries: 0
<%- if data['force_tftp'] -%>
<%- if data['force_tftp'] || data['no_module']-%>
custom_variables:
<%- end -%>
<%- if data['force_tftp'] -%>
FORCE_TFTP="1"
<%- end -%>
<%- if data['no_module']-%>
PI_NO_MODULE = "1"
<%- end -%>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment