File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3939- name : Cleanup /tmp
4040 command : rm -rf /tmp/*
4141
42- - name : Delete ansible-init sentintel file created during build
43- ansible.builtin.file :
44- path : /var/lib/ansible-init.done
45- state : absent
46-
4742- name : Get package facts
4843 package_facts :
4944
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ source "openstack" "openhpc" {
161161 volume_type = var. volume_type
162162 volume_size = var. volume_size [source . name ]
163163 metadata = var. metadata
164+ instance_metadata = {ansible_init_disable = " true" }
164165 networks = var. networks
165166 floating_ip_network = var. floating_ip_network
166167 security_groups = var. security_groups
Original file line number Diff line number Diff line change @@ -48,5 +48,5 @@ collections:
4848 version : 0.2.0
4949 - name : https://github.com/azimuth-cloud/ansible-collection-image-utils
5050 type : git
51- version : main # update on release
51+ version : fix/packer-sentinel-file # update on release
5252...
You can’t perform that action at this time.
0 commit comments