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

7 lines
229 B
YAML
Raw Normal View History

- name: Override cloud-init datasource list
ansible.builtin.copy:
dest: /etc/cloud/cloud.cfg.d/90_dpkg.cfg
content: |
2023-03-03 13:03:21 +01:00
# To update this file, run dpkg-reconfigure cloud-init
datasource_list: [ VMware, None ]