Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update makefile to pass installation tags
In #828 tags were introduced in the download_tools.yaml ecosystem. This patch allows to use them from the Makefile directly, by introducing a new DOWNLOAD_TOOLS_SELECTION parameter. By default, it will install all the tools, like before. This patch also ensure we do gather facts from the playbook. If we don't gather facts, we end with this kind of error: ``` An exception occurred during task execution. To see the full traceback, use -vvv. The error was: NoneType: None fatal: [localhost]: FAILED! => {"changed": false, "msg": "Could not detect which package manager to use. Try gathering facts or setting the \"use\" option."} ```
- Loading branch information