- name: include packages include_tasks: pkgs.yml tags: task_pkgs - name: include operating system setup include_tasks: "os_{{ ansible_distribution | lower }}.yml" tags: task_system - name: include shell setup include_tasks: shell.yml tags: task_shell - name: include doas setup include_tasks: doas.yml tags: task_doas - name: include smartcard setup include_tasks: smartcard.yml tags: task_smartcard