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