[ANSIBLE] Drop shell completion code generation in 'kubectl' role
[oom/offline-installer.git] / ansible / roles / kubectl / molecule / default / tests / test_default.py
1 def test_kubectl(host):
2     assert host.file('/usr/local/bin/kubectl').exists
3     assert host.run('kubectl').rc != 127