Skip to content

Commit 3b740f5

Browse files
authored
Merge pull request #276 from liquidspikes/patch-1
Update templates-automation-packer-vsphere.md
2 parents 691b873 + 194823f commit 3b740f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/automation/templates-automation-packer-vsphere.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ Let's create a json file (in the future, the format of this file will change to
116116
"folder": "Templates/RockyLinux",
117117
"cluster": "CLUSTER_NAME",
118118
"host": "esx1.rockylinux.lan",
119-
"notes": "Template RockyLinux version {{ user `version` }}"
119+
"notes": "Template RockyLinux version {{ user `version` }}",
120120
"convert_to_template": true,
121-
"create_snapshot": false,
121+
"create_snapshot": false
122122
}
123123
]
124124
}

0 commit comments

Comments
 (0)