summaryrefslogtreecommitdiffstats
path: root/ansible/roles/bash-completion/molecule/default/prepare.yml
blob: 5acc39cd1e9c65cb6a7a16c8b5963433a1d66fb7 (plain)
1
2
3
4
5
6
7
---
- name: Prepare
  hosts: all
  roles:
    # This role is played in prepare stage only to install kubectl which will be
    # used as a binary to test the bash-completion role
    - prepare-kubectl