mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
More readable Ansible output
This commit is contained in:
parent
5e89182876
commit
15e8ef565e
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
mode=0644
|
||||
when: iiab_wireless_lan_iface != "none"
|
||||
|
||||
- name: Disable the Access Point Hostapd program
|
||||
- name: Disable the Access Point hostapd program
|
||||
service: enabled=no
|
||||
name=hostapd.service
|
||||
state=stopped
|
||||
|
@ -19,10 +19,10 @@
|
|||
group=root
|
||||
mode=0644
|
||||
|
||||
- name: ask systemd to reread the unit files for hostapd
|
||||
- name: Ask systemd to reread the unit files for hostapd
|
||||
shell: systemctl daemon-reload
|
||||
|
||||
- name: Enable the Access Point Hostapd program
|
||||
- name: Enable the Access Point hostapd program
|
||||
service: enabled=yes
|
||||
name=hostapd.service
|
||||
state=restarted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue