#!/usr/bin/env -S ansible-playbook --ask-become-pass - name: Kubuntu Ansible hosts: local become_exe: "{{ 'sudo.ws' if ansible_facts.packages['sudo-rs'] is defined else 'sudo' }}" become: true roles: - role: firefox tags: firefox - role: network_shares tags: network_shares - role: nosnap tags: nosnap - role: vscodium tags: vscodium