Disable 'wait-for-network';Change binary name.
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user