1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Capitalize 1st word of ansible outputs

This commit is contained in:
A Holt 2017-11-08 02:00:07 -05:00 committed by GitHub
parent 60d8afaab8
commit 4585445e80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,14 +66,14 @@
ignore_errors: True
when: interface.changed
- name: start up dhcpcd again
- name: Start up dhcpcd again
service: name=dhcpcd state=started
# now pick up denyinterfaces
- name: restart dhcpcd
- name: Restart dhcpcd
service: name=dhcpcd state=restarted
- name: restart the networking service
- name: Restart the networking service
service: name=networking state=restarted
#create lan br0 if lan_controller or gateway