Skip to content

Commit 340d799

Browse files
authored
Merge pull request #310 from lae/fix/subscription-patch
Fix Proxmox UI breakage caused by subscription removal step
2 parents 1d1ebf0 + 8cfd8b6 commit 340d799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
ansible.builtin.lineinfile:
206206
path: /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
207207
line: ' orig_cmd(); return;'
208-
insertafter: '^\s+checked_command: function\(orig_cmd\) {$'
208+
insertafter: '^\s+checked_command: function\s?\(orig_cmd\) {$'
209209
firstmatch: yes
210210
backup: yes
211211
when:

0 commit comments

Comments
 (0)