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.

15 lines
300 B

  1. ---
  2. - name: set secret_changed
  3. command: /bin/true
  4. notify:
  5. - set secret_changed to true
  6. - clear kubeconfig for root user
  7. - name: set secret_changed to true
  8. set_fact:
  9. secret_changed: true
  10. - name: clear kubeconfig for root user
  11. file:
  12. path: /root/.kube/config
  13. state: absent