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