Ansible config for Ubuntu Desktop (22.04.1-LTS) installation
sudo apt update
sudo apt install ansible
sudo ansible-pull -o -U https://github.com/etiennegaschet/ansible_ubuntu-desktop-22.04.1-lts.git
-o, --only-if-changed
only run the playbook if the repository has been updated
-U <URL>, --url <URL>
URL of the playbook repository