Skip to content

Fix modules not available to ampere nodes

The def modules are specified in group_vars/all but here we overwrite them by putting them in group_vars/compute. This is done in this way because the default values we specify in group_vars/all is for COD deploys, we don't want to break the cod deploy by changing this value so we take advantage of variable precedence

Merge request reports