--- - name: Deploy scripts to user's local bin ansible.builtin.include_tasks: ../../deploy_files.yml vars: var_prefix: scripts subdir: '' target_root: "{{ ansible_facts.env.HOME }}/.local/bin" use_symlinks: true become_root: false