Disable 'wait-for-network';Change binary name.
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-03-12 11:04:34 +01:00
parent 0be9383671
commit 3b6aedba3f
3 changed files with 7 additions and 4 deletions

View File

@@ -6,9 +6,6 @@ volumes:
- name: output
claim:
name: flexvolsmb-drone-output
- name: scratch
claim:
name: flexvolsmb-drone-scratch
steps:
- name: Debugging information

View File

@@ -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

View File

@@ -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`}}"
},
{