feat(repo): Initial commit
This commit is contained in:
8
tasks/repo-remove-nag-screen.yml
Normal file
8
tasks/repo-remove-nag-screen.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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'
|
Reference in New Issue
Block a user