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:
parent
4c93054d45
commit
4c14ae3e37
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue