1
0
Fork 0
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:
Jerry Vonau 2020-04-22 12:59:47 -05:00
parent b8cf8712c2
commit d34e7053b9

View file

@ -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 }}"