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

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