1
0
Fork 0
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:
A Holt 2017-10-27 12:02:21 -04:00 committed by GitHub
parent 5e89182876
commit 15e8ef565e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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