Disable 'wait-for-network';Change binary name.
Some checks failed
continuous-integration/drone/push Build encountered an error
Some checks failed
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -6,9 +6,6 @@ volumes:
|
||||
- name: output
|
||||
claim:
|
||||
name: flexvolsmb-drone-output
|
||||
- name: scratch
|
||||
claim:
|
||||
name: flexvolsmb-drone-scratch
|
||||
|
||||
steps:
|
||||
- name: Debugging information
|
||||
|
||||
@@ -4,3 +4,9 @@
|
||||
content: |
|
||||
# To update this file, run dpkg-reconfigure cloud-init
|
||||
datasource_list: [ VMware, None ]
|
||||
|
||||
- name: Disable & mask networkd-wait-online
|
||||
ansible.builtin.systemd:
|
||||
name: systemd-networkd-wait-online
|
||||
enabled: no
|
||||
masked: yes
|
||||
|
||||
@@ -234,7 +234,7 @@
|
||||
"type": "vsphere-iso",
|
||||
"username": "{{user `username`}}",
|
||||
"vcenter_server": "{{user `vcenter_server`}}",
|
||||
"vm_name": "{{user `build_version`}}",
|
||||
"vm_name": "{{user `build_version`}}-debug",
|
||||
"vm_version": "{{user `vmx_version`}}"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user