mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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 }}
|
dest: /etc/netplan/{{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ netplan.stdout_lines }}"
|
- "{{ netplan.stdout_lines }}"
|
||||||
when: netplan.stdout.find("yml") != -1
|
when: netplan.stdout.find("yaml") != -1
|
||||||
|
|
||||||
- name: Ensure systemd-networkd-wait-online is enabled
|
- name: Ensure systemd-networkd-wait-online is enabled
|
||||||
systemd:
|
systemd:
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
- name: Supply netplan template
|
- name: Supply netplan template
|
||||||
template:
|
template:
|
||||||
dest: /etc/netplan/01-iiab-config.yml
|
dest: /etc/netplan/01-iiab-config.yaml
|
||||||
src: network/netplan.j2
|
src: network/netplan.j2
|
||||||
backup: no
|
backup: no
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue