# platform = Red Hat Enterprise Linux 6, Red Hat Enterprise Linux 7, multi_platform_fedora, Debian 8
# reboot = false
# strategy = configure
# complexity = low
# disruption = low
- name: Ensure permission FILEMODE on FILEPATH
  file:
    path="{{item}}"
    mode=FILEMODE
  with_items:
    - FILEPATH
