File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 39
39
- name : Cleanup /tmp
40
40
command : rm -rf /tmp/*
41
41
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
-
47
42
- name : Get package facts
48
43
package_facts :
49
44
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ source "openstack" "openhpc" {
161
161
volume_type = var. volume_type
162
162
volume_size = var. volume_size [source . name ]
163
163
metadata = var. metadata
164
+ instance_metadata = {ansible_init_disable = " true" }
164
165
networks = var. networks
165
166
floating_ip_network = var. floating_ip_network
166
167
security_groups = var. security_groups
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ collections:
46
46
- name : https://github.com/stackhpc/ansible-collection-terraform
47
47
type : git
48
48
version : 0.2.0
49
- - name : https://github.com/azimuth-cloud/ansible-collection-image-utils
49
+ - name : https://github.com/azimuth-cloud/ansible-collection-image-utils.git
50
50
type : git
51
- version : main # update on release
51
+ version : fix/packer-sentinel-file # update on release
52
52
...
You can’t perform that action at this time.
0 commit comments