Skip to content

Commit

Permalink
no-sub-warning role
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Mar 6, 2024
1 parent 58fa1a5 commit 3bcf936
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/add pve_nosubs_warning/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- name: Replace dialog script
ansible.builtin.replace:
path: /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
before: "title:\\s+gettext\\('No valid subscription'\\)"
regexp: 'Ext\.Msg\.show'
replace: 'void'
backup: true

Check failure on line 7 in roles/add pve_nosubs_warning/tasks/main.yaml

View workflow job for this annotation

GitHub Actions / build

yaml[new-line-at-end-of-file]

No new line character at the end of file

0 comments on commit 3bcf936

Please sign in to comment.