mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 02:41:36 +01:00 
			
		
		
		
	Update to 2022-09-25 19:00
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| --- | ||||
|  | ||||
| # Babashka version to deploy | ||||
| bb_version: 0.9.162 | ||||
| bb_version: 0.10.163 | ||||
| # URL of the archive | ||||
| bb_archive_url: https://github.com/babashka/babashka/releases/download/v{{ bb_version }}/babashka-{{ bb_version }}-linux-amd64-static.tar.gz | ||||
| # Expected sha256sum of the archive | ||||
| bb_archive_sha256: d44047e9d625d594c8592d28debc3b770c5cd00b0d45bedff34a0021c3bbaf1d | ||||
| bb_archive_sha256: 62730ab178ed9e1e9371387e2a62d286c040f47db026caffa72e84d477b75f81 | ||||
|   | ||||
| @@ -1,11 +1,11 @@ | ||||
| --- | ||||
|  | ||||
| # Veresion of diagrams to deploy | ||||
| diagrams_version: 20.2.8 | ||||
| diagrams_version: 20.3.6 | ||||
| # URL of the WAR file to deploy | ||||
| diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war | ||||
| # Expected sha256 of the WAR file | ||||
| diagrams_war_sha256: 8663f74b058131c229918380990bdc64d47cb2233ea7d72c163467a361aca8da | ||||
| diagrams_war_sha256: 8ffc8f6ea2a3bbe0e1f0e4d2ee1d6250004c912ede341b21d6666939a212e944 | ||||
| # root directory of the installation | ||||
| diagrams_root_dir: /opt/diagrams | ||||
| # Should ansible manage upgrades, or just initial install ? | ||||
|   | ||||
| @@ -1,11 +1,12 @@ | ||||
| --- /usr/share/perl5/PMG/API2/Subscription.pm.orig	2018-10-19 09:00:37.950836918 +0200 | ||||
| +++ /usr/share/perl5/PMG/API2/Subscription.pm	2018-10-19 09:00:45.782516677 +0200 | ||||
| @@ -79,7 +79,7 @@ | ||||
|  	my $info = PVE::INotify::read_file('subscription'); | ||||
|  	if (!$info) { | ||||
|  	    return { | ||||
| -		status => "NotFound", | ||||
| +		status => "Active", | ||||
|  		message => "There is no subscription key", | ||||
|  		serverid => $server_id, | ||||
|  		url => $url, | ||||
| --- /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, | ||||
|   | ||||
| @@ -42,7 +42,7 @@ | ||||
|   tags: pmg | ||||
|  | ||||
| - name: Remove registration nag | ||||
|   patch: src=remove_nag.patch dest=/usr/share/perl5/PMG/API2/Subscription.pm | ||||
|   patch: src=remove_nag.patch dest=/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js | ||||
|   notify: restart pmgproxy | ||||
|   tags: pmg | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud