trixie/qgm-updatecache.yml

17 lines
302 B
YAML
Raw Permalink Normal View History

2025-08-06 12:21:06 +02:00
## 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:
- qgm-vars.yml
roles:
- qg-updatecache