mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
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:
@@ -1,3 +1,3 @@
|
||||
---
|
||||
- name: Set the Kubernetes Context
|
||||
shell: "kubectl config set-context {{ kubernetes_context }}"
|
||||
shell: "kubectl config use-context {{ kubernetes_context }}"
|
||||
|
||||
Reference in New Issue
Block a user