converge.yml 213 B

123456789101112
  1. ---
  2. - name: Converge
  3. hosts: localhost
  4. connection: local
  5. vars:
  6. ansible_python_interpreter: '{{ ansible_playbook_python }}'
  7. minikube_profile_name: molecule
  8. roles:
  9. - role: kameshsampath.minikube