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:
parent
60d8afaab8
commit
4585445e80
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue