feat(common): moved installation of firmware management tools behind a check, useful for external servers that prohibit usage of such tools
This commit is contained in:
parent
3701ea6276
commit
15cd8bf8da
3 changed files with 12 additions and 2 deletions
|
@ -8,5 +8,6 @@ common_git_force_sign: false
|
|||
common_git_signing_key: ""
|
||||
common_git_username: ""
|
||||
common_github_token: "{{ custom_github_token | default('') }}"
|
||||
common_install_firmware_tools: true
|
||||
common_install_fonts: false
|
||||
common_user_account: "{{ custom_base_user_account }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue