--- - hosts: localhost connection: local vars_files: - vars/common.yml extra_vars: - deploy_public_key: files/id_ed25519_home.pub tasks: - include: tasks/arch_CLI_packages.yml - include: tasks/zsh.yml - include: tasks/users.yml - include: tasks/sudo.yml - include: tasks/ssh.yml - include: tasks/arch_aur.yml - include: tasks/arch_gnome.yml - include: tasks/arch_graphicals.yml - include: tasks/dotfiles.yml handlers: - name: restart sshd service: name: sshd state: restarted