Explorar o código

remove python all together

Chris Mague %!s(int64=4) %!d(string=hai) anos
pai
achega
61d3bbe69d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      provisioning.tf

+ 1 - 1
provisioning.tf

@@ -9,7 +9,7 @@ resource "null_resource" "remote-config" {
       private_key = file(local.ssh_key_path)
       agent       = true
     }
-    inline = ["sudo apt update > /dev/null  && sudo apt install -y python-pip > /dev/null"]
+    inline = ["sudo apt update > /dev/null"]
   }
   depends_on = [aws_instance.re, aws_eip_association.re-eip-assoc, null_resource.inventory-setup, null_resource.ssh-setup]
 }