# platform = multi_platform_all
# reboot = false
# strategy = enable
# complexity = low
# disruption = low
- name: Ensure %PKGNAME% is installed
  package:
    name="{{item}}"
    state=present
  with_items:
    - %PKGNAME%
  tags:
    @ANSIBLE_TAGS@

