Skip to content

Commit 3437bec

Browse files
committed
ip on RedHat based distros is at /usr/sbin/ip
I had accidentally used the wrong path when I added support for ubuntu
1 parent 7a04432 commit 3437bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/vars/RedHat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22

33
# path to `ip` from the `iproute2` package
4-
tenks_ip_path: /usr/bin/ip
4+
tenks_ip_path: /usr/sbin/ip

0 commit comments

Comments
 (0)