# platform = Red Hat Enterprise Linux 6, Red Hat Enterprise Linux 7, multi_platform_fedora, Debian 8
# reboot = false
# strategy = enable
# complexity = low
# disruption = low
- name: Ensure PKGNAME is installed
  package:
    name="{{item}}"
    state=present
  with_items:
    - PKGNAME
