mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 13:55:31 +03:00
Merge pull request #5607 from exicx/exicx-patch-context
change set-context to use-context Reviewed-by: Shane McDonald <me@shanemcd.com> https://github.com/shanemcd
This commit is contained in:
commit
4a214a7770
@ -1,3 +1,3 @@
|
||||
---
|
||||
- name: Set the Kubernetes Context
|
||||
shell: "kubectl config set-context {{ kubernetes_context }}"
|
||||
shell: "kubectl config use-context {{ kubernetes_context }}"
|
||||
|
Loading…
Reference in New Issue
Block a user