We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d1ebf0 + 8cfd8b6 commit 340d799Copy full SHA for 340d799
tasks/main.yml
@@ -205,7 +205,7 @@
205
ansible.builtin.lineinfile:
206
path: /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
207
line: ' orig_cmd(); return;'
208
- insertafter: '^\s+checked_command: function\(orig_cmd\) {$'
+ insertafter: '^\s+checked_command: function\s?\(orig_cmd\) {$'
209
firstmatch: yes
210
backup: yes
211
when:
0 commit comments