bookworm/qgm-updatecache.yml

17 lines
310 B
YAML
Raw Permalink Normal View History

2024-02-03 16:42:19 +01:00
## This playbook deploys a KDE desktop machine for LinuxMuster.
2025-03-25 10:57:12 +01:00
# hosts: localhost
# remote_user: ansible
# become: yes
2024-02-03 16:42:19 +01:00
---
- name: Update local software cache on netboot Host
2025-03-25 10:57:12 +01:00
hosts: localhost
connection: local
2024-02-03 16:42:19 +01:00
become: yes
vars_files:
- vars-qgsoftware.yml
roles:
- qgm_updatecache