Skip to content

Commit 207bcab

Browse files
author
jovial
authored
Merge pull request stackhpc#28 from jovial/fix-ip-breakage
ip on RedHat based distros is at /usr/sbin/ip
2 parents 7a04432 + 3437bec commit 207bcab

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)