Skip to content

Commit

Permalink
Set eth0 to dhcp explicitly (ansible#60305)
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC authored Aug 12, 2019
1 parent fdf48ed commit f4502a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
config: "{{ lines }}"
vars:
lines: |
set interfaces ethernet eth0
set interfaces ethernet eth0 address dhcp
set interfaces ethernet eth1
set interfaces ethernet eth2
set interfaces loopback lo

0 comments on commit f4502a8

Please sign in to comment.