---
- name: Run generic Linux tasks
  become: true
  become_user: "{{ user.username }}"
  block:
    - include_tasks: user-Linux.yml
