Auto-generated patches to resolve prettier / yamllint
[releng/builder.git] / packer / templates / devstack-pre-pip-stein.json
index 97e6f2e002c16699b0f0637f4183d32d7f20cb71..f2936434bbf4d6d265a97ccf1d92062926b349a8 100644 (file)
@@ -40,9 +40,7 @@
   "provisioners": [
     {
       "type": "shell",
-      "scripts": [
-        "common-packer/provision/install-python.sh"
-      ],
+      "scripts": ["common-packer/provision/install-python.sh"],
       "execute_command": "chmod +x {{ .Path }}; if [ \"$UID\" == \"0\" ]; then {{ .Vars }} '{{ .Path }}'; else {{ .Vars }} sudo -E '{{ .Path }}'; fi"
     },
     {