mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-19 14:58:22 +02:00
Update to 2025-08-18 10:00
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
--- /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig 2022-09-23 20:10:20.125559720 +0200
|
||||
+++ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2022-09-23 20:13:04.311301761 +0200
|
||||
@@ -510,8 +510,7 @@
|
||||
},
|
||||
success: function(response, opts) {
|
||||
let res = response.result;
|
||||
- if (res === null || res === undefined || !res || res
|
||||
- .data.status.toLowerCase() !== 'active') {
|
||||
+ if (false) {
|
||||
Ext.Msg.show({
|
||||
title: gettext('No valid subscription'),
|
||||
icon: Ext.Msg.WARNING,
|
||||
--- /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig 2025-08-14 15:58:53.942358475 +0200
|
||||
+++ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2025-08-14 15:59:17.487663267 +0200
|
||||
@@ -608,12 +608,7 @@
|
||||
},
|
||||
success: function (response, opts) {
|
||||
let res = response.result;
|
||||
- if (
|
||||
- res === null ||
|
||||
- res === undefined ||
|
||||
- !res ||
|
||||
- res.data.status.toLowerCase() !== 'active'
|
||||
- ) {
|
||||
+ if (false) {
|
||||
Ext.Msg.show({
|
||||
title: gettext('No valid subscription'),
|
||||
icon: Ext.Msg.WARNING,
|
||||
|
@@ -9,9 +9,9 @@
|
||||
tags: pmg
|
||||
|
||||
- name: Add PMG repository APT key
|
||||
apt_key:
|
||||
get_url:
|
||||
url: http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg
|
||||
state: present
|
||||
dest: /etc/apt/trusted.gpg.d/proxmox.gpg
|
||||
environment:
|
||||
- http_proxy: "{{ system_proxy | default('') }}"
|
||||
tags: pmg
|
||||
|
Reference in New Issue
Block a user