mirror of
https://github.com/linux-system-roles/network.git
synced 2026-08-04 08:43:20 +00:00
consistent style for booleans
This commit is contained in:
parent
6440103bab
commit
ff04b5aff0
1 changed files with 2 additions and 2 deletions
|
|
@ -475,8 +475,8 @@ network_connections:
|
|||
parent: eth0-profile
|
||||
macvlan:
|
||||
mode: bridge
|
||||
promiscuous: True
|
||||
tap: False
|
||||
promiscuous: yes
|
||||
tap: no
|
||||
ip:
|
||||
address:
|
||||
- 192.168.1.1/24
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue