lint fixes
This commit is contained in:
parent
58b3ca5d62
commit
fd9e792aec
2 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ network_default_gateway: 37.16.96.145
|
||||||
|
|
||||||
network_carp_interfaces:
|
network_carp_interfaces:
|
||||||
- device: vio0
|
- device: vio0
|
||||||
vhid: 8
|
vhid: 8
|
||||||
ipaddr: 172.20.20.8
|
ipaddr: 172.20.20.8
|
||||||
netmask: 255.255.252.0
|
netmask: 255.255.252.0
|
||||||
pass: "{{ carp8_pass }}"
|
pass: "{{ carp8_pass }}"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
- block:
|
- block:
|
||||||
- name: restart network
|
- name: restart network
|
||||||
command: /bin/sh /etc/netstart
|
command: /bin/sh /etc/netstart
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue