We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 896c21a + 76956b9 commit df6902bCopy full SHA for df6902b
images/capi/ansible/roles/sysprep/tasks/debian.yml
@@ -122,3 +122,9 @@
122
path: /etc/cloud/ds-identify.cfg
123
state: absent
124
when: ansible_distribution_version is version('22.04', '>=')
125
+
126
+- name: Removing 90-installer-network.cfg installer network configuration
127
+ ansible.builtin.file:
128
+ path: /etc/cloud/cloud.cfg.d/90-installer-network.cfg
129
+ state: absent
130
+ when: ansible_distribution_version is version('22.04', '>=')
0 commit comments