Skip to content

Commit 8cfd8b6

Browse files
committed
fix regexp test when modifying proxmoxlib.js for 8.4-5
1 parent 1d1ebf0 commit 8cfd8b6

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)