role-service-proxmox_virtua.../tasks/repo-remove-nag-screen.yml

9 lines
337 B
YAML
Raw Permalink Normal View History

2025-04-03 02:36:50 +02:00
# SPDX-License-Identifier: MIT
- name: 'Patch proxmoxlib.js to no longer show no-subscription warning on web UI login'
ansible.posix.patch:
src: 'usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.patch'
basedir: '/usr/share/javascript/proxmox-widget-toolkit'
backup: true
notify:
- 'Restart pveproxy.service'