## This playbook deploys a KDE desktop machine for LinuxMuster. # hosts: localhost # remote_user: ansible # become: yes --- - name: Update local software cache on netboot Host hosts: localhost connection: local become: yes vars_files: - vars-qgsoftware.yml roles: - qgm_updatecache