mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
netplan - Disable cloud-init the easy way - bugfix
This commit is contained in:
parent
b8cf8712c2
commit
d34e7053b9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: Disable cloud-init the easy way
|
||||
shell: touch /etc/cloud/cloud-init.disabled
|
||||
when: ("item" == "50-cloud-init.yaml")
|
||||
when: item|trim == "50-cloud-init.yaml"
|
||||
with_items:
|
||||
- "{{ netplan.stdout_lines }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue