Commit b2505e5e authored by nanahira's avatar nanahira

fix netplan

parent 465aae47
- name: clean old confs - name: clean old confs
become: true become: true
file: file:
path: /etc/netplan/{{item}}.yaml path: '{{item}}'
state: absent state: absent
with_items: with_items:
- 00-installer-config - /lib/netplan/00-installer-config.yaml
- 50-cloud-init - /lib/netplan/50-cloud-init.yaml
- /etc/netplan/00-installer-config.yaml
- /etc/netplan/50-cloud-init.yaml
- name: netplan file - name: netplan file
become: true become: true
template: 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