Commit b2505e5e authored by nanahira's avatar nanahira

fix netplan

parent 465aae47
- name: clean old confs
become: true
file:
path: /etc/netplan/{{item}}.yaml
path: '{{item}}'
state: absent
with_items:
- 00-installer-config
- 50-cloud-init
- /lib/netplan/00-installer-config.yaml
- /lib/netplan/50-cloud-init.yaml
- /etc/netplan/00-installer-config.yaml
- /etc/netplan/50-cloud-init.yaml
- name: netplan file
become: true
template:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment