This repository has been archived on 2025-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ClusterAPI.imageBuilder/ansible/roles/custom/tasks/main.yml
Danny Bessems 3b6aedba3f
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Disable 'wait-for-network';Change binary name.
2023-03-12 11:04:34 +01:00

13 lines
372 B
YAML

- name: Override cloud-init datasource list
ansible.builtin.copy:
dest: /etc/cloud/cloud.cfg.d/90_dpkg.cfg
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