fix: change datasouces
This commit is contained in:
@@ -37,8 +37,8 @@
|
|||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "Configuring cloud-init"
|
msg: "Configuring cloud-init"
|
||||||
- ansible.builtin.copy:
|
- ansible.builtin.copy:
|
||||||
content: 'datasource_list: [ ConfigDrive, NoCloud ]'
|
content: "datasource_list: [ NoCloud, ConfigDrive ]"
|
||||||
dest: /etc/cloud/cloud.cfg.d/90_dpkg.cfg
|
dest: /etc/cloud/cloud.cfg.d/99_pve.cfg
|
||||||
when: enable_cloudinit == 'true'
|
when: enable_cloudinit == 'true'
|
||||||
|
|
||||||
# Tasks for setting SSH keys to regenerate.
|
# Tasks for setting SSH keys to regenerate.
|
||||||
|
|||||||
Reference in New Issue
Block a user