- name: create downloads folder become: true ansible.builtin.file: path: "{{ app_downloads }}" state: directory owner: "{{ ansible_user }}"