1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

use .yaml instead of .yml

This commit is contained in:
Jerry Vonau 2018-12-29 13:49:06 -06:00
parent 4c93054d45
commit 4c14ae3e37

View file

@ -15,7 +15,7 @@
dest: /etc/netplan/{{ item }}
with_items:
- "{{ netplan.stdout_lines }}"
when: netplan.stdout.find("yml") != -1
when: netplan.stdout.find("yaml") != -1
- name: Ensure systemd-networkd-wait-online is enabled
systemd:
@ -41,7 +41,7 @@
- name: Supply netplan template
template:
dest: /etc/netplan/01-iiab-config.yml
dest: /etc/netplan/01-iiab-config.yaml
src: network/netplan.j2
backup: no