just need a switch:
- include: build-burp.yml
when: not burp_install_from_system_package
and a new yml:
- include: install-burp-package.yml
when: burp_install_from_system_package
maybe also a variable:
burp_system_packages_names:
- burp-server
- burp-client