You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
234 B

  1. ---
  2. - name: Krew | install krew on kube_control_plane
  3. import_tasks: krew.yml
  4. - name: Krew | install krew on localhost
  5. import_tasks: krew.yml
  6. delegate_to: localhost
  7. connection: local
  8. run_once: true
  9. when: kubectl_localhost