From 42b5b766c45399748cdee28f0d1f53036298e316 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 Jul 2022 15:30:44 -0400 Subject: [PATCH] network/tasks/install.yml: hostapd syntax errors 85a5f8fd (3 days ago) --- roles/network/tasks/install.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/network/tasks/install.yml b/roles/network/tasks/install.yml index c84ec9a23..3cc89148a 100644 --- a/roles/network/tasks/install.yml +++ b/roles/network/tasks/install.yml @@ -45,11 +45,11 @@ # dest: /etc/network/if-pre-up.d/iptables # mode: '0755' --- name: Unmask the Access Point 'hostapd' service - systemd: - name: hostapd - enabled: no - masked: no +- name: Unmask the Access Point 'hostapd' service + systemd: + name: hostapd + enabled: no + masked: no - name: avahi include_tasks: avahi.yml