summaryrefslogtreecommitdiffstats
path: root/ansible/roles/bash-completion/molecule/default/prepare.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/bash-completion/molecule/default/prepare.yml')
-rw-r--r--ansible/roles/bash-completion/molecule/default/prepare.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible/roles/bash-completion/molecule/default/prepare.yml b/ansible/roles/bash-completion/molecule/default/prepare.yml
new file mode 100644
index 00000000..5acc39cd
--- /dev/null
+++ b/ansible/roles/bash-completion/molecule/default/prepare.yml
@@ -0,0 +1,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