Kitchen test fails because the logic is checking for os.family instead of os.name for ubuntu.
The os.family for ubuntu is debian, so we need to use os.name to target only ubuntu.
Kitchen test fails because the logic is checking for os.family instead of os.name for ubuntu.
The os.family for ubuntu is debian, so we need to use os.name to target only ubuntu.