# platform = multi_platform_all
# reboot = false
# strategy = disable
# complexity = low
# disruption = low

# CAUTION: This remediation script will remove {{{ PACKAGES | join(" and ") }}}
# from the system, and may remove any packages
# that depend on {{{ PACKAGES | join(" and ") }}}. Execute this
# remediation AFTER testing on a non-production
# system!

{{% for package in PACKAGES %}}
{{{ bash_package_remove(package=package) }}}
{{% endfor %}}
