fixes
This commit is contained in:
parent
8611242176
commit
0efcd54a13
@ -2,17 +2,17 @@
|
|||||||
- name: Set up systemd networking
|
- name: Set up systemd networking
|
||||||
ansible.builtin.import_tasks:
|
ansible.builtin.import_tasks:
|
||||||
file: systemd_networking.yml
|
file: systemd_networking.yml
|
||||||
tags: systemd_networking
|
tags: systemd_networking
|
||||||
|
|
||||||
- name: Set up devices
|
- name: Set up devices
|
||||||
ansible.builtin.import_tasks:
|
ansible.builtin.import_tasks:
|
||||||
file: systemd_networking_devices.yml
|
file: systemd_networking_devices.yml
|
||||||
tags: devices
|
tags: devices
|
||||||
|
|
||||||
- name: Shut down legacy networking
|
- name: Shut down legacy networking
|
||||||
ansible.builtin.import_tasks:
|
ansible.builtin.import_tasks:
|
||||||
file: legacy_networking.yml
|
file: legacy_networking.yml
|
||||||
tags: legacy_networking
|
tags: legacy_networking
|
||||||
|
|
||||||
# Deploy hostapd configuration
|
# Deploy hostapd configuration
|
||||||
- name: Deploy hostapd configuration
|
- name: Deploy hostapd configuration
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user