9 lines
337 B
YAML
9 lines
337 B
YAML
|
# 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'
|