bookworm/qgm-updatecache.yml
2025-03-25 10:57:12 +01:00

16 lines
310 B
YAML

## 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