# platform = multi_platform_all
# reboot = false
# strategy = configure
# complexity = low
# disruption = low
- name: Ensure permission {{{ FILEMODE }}} on {{{ FILEPATH }}}
  file:
    path: "{{ item }}"
    mode: {{{ FILEMODE }}}
  with_items:
    - {{{ FILEPATH }}}
  tags:
    @ANSIBLE_TAGS@

