ansible-datadog
ansible-datadog copied to clipboard
datadog_skip_install=true as host_var is ignored
Summary
Currently it's not possible to override the datadog_skip_install variable directly from host_vars (for example from inventory). It will be overridden by set-parse-version.yml
.
The only way currently is to override it from cli with extra-vars or with include_role vars.
Edit: PR incoming. The solution is easy.