Commit 1e97cea2 authored by Francois Le Corre's avatar Francois Le Corre

Fix typo in build-vm-bootstrap.yml

parent c7183d54
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
- { name: "vm-bootstrap", size: "25", script: "scripts/vm-bootstrap.sh"} - { name: "vm-bootstrap", size: "25", script: "scripts/vm-bootstrap.sh"}
# - shell: PATH=$PATH:/opt/packer/ packer build -var 'disk_size={{ item.size }}' -var 'name={{ item.name }}' -var 'custom_script={{ item.script }}' centos8.json >> log/centos8-{{ item.name }}.log # - shell: PATH=$PATH:/opt/packer/ packer build -var 'disk_size={{ item.size }}' -var 'name={{ item.name }}' -var 'custom_script={{ item.script }}' centos-8.json >> log/centos8-{{ item.name }}.log
# args: # args:
# creates: output-centos8-{{ item.size }}G-{{ item.name }} # creates: output-centos8-{{ item.size }}G-{{ item.name }}
# with_items: # with_items:
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
# - { name: "vm-bootstrap", size: "50", script: "scripts/vm-bootstrap.sh"} # - { name: "vm-bootstrap", size: "50", script: "scripts/vm-bootstrap.sh"}
# - { name: "vm-bootstrap", size: "25", script: "scripts/vm-bootstrap.sh"} # - { name: "vm-bootstrap", size: "25", script: "scripts/vm-bootstrap.sh"}
- shell: PATH=$PATH:/opt/packer/ packer build -var 'disk_size={{ item.size }}' -var 'name={{ item.name }}' -var 'custom_script={{ item.script }}' centos7.json >> log/centos7-{{ item.name }}.log - shell: PATH=$PATH:/opt/packer/ packer build -var 'disk_size={{ item.size }}' -var 'name={{ item.name }}' -var 'custom_script={{ item.script }}' centos-7.json >> log/centos7-{{ item.name }}.log
args: args:
creates: output-centos7-{{ item.size }}G-{{ item.name }} creates: output-centos7-{{ item.size }}G-{{ item.name }}
with_items: with_items:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment