mirror of
				https://github.com/optim-enterprises-bv/terraform-talos.git
				synced 2025-10-31 02:08:32 +00:00 
			
		
		
		
	Fix image
This commit is contained in:
		| @@ -31,7 +31,7 @@ build { | |||||||
|   provisioner "shell" { |   provisioner "shell" { | ||||||
|     inline = [ |     inline = [ | ||||||
|       "apt-get install -y wget", |       "apt-get install -y wget", | ||||||
|       "wget -O /tmp/openstack.tar.gz ${local.image}", |       "wget -O /tmp/talos.tar.gz ${local.image}", | ||||||
|       "tar xOzf /tmp/talos.tar.gz | dd of=/dev/sda && sync", |       "tar xOzf /tmp/talos.tar.gz | dd of=/dev/sda && sync", | ||||||
|     ] |     ] | ||||||
|   } |   } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Serge Logvinov
					Serge Logvinov