diff options
Diffstat (limited to 'ansible/roles/helm/molecule/default/playbook.yml')
-rw-r--r-- | ansible/roles/helm/molecule/default/playbook.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/roles/helm/molecule/default/playbook.yml b/ansible/roles/helm/molecule/default/playbook.yml index 2705b165..0f3fbc27 100644 --- a/ansible/roles/helm/molecule/default/playbook.yml +++ b/ansible/roles/helm/molecule/default/playbook.yml @@ -1,5 +1,10 @@ --- - name: Converge hosts: all + pre_tasks: + - name: Include infrastructure group variables + include_vars: ../../../../group_vars/infrastructure.yml + - name: Include test scenario variables + include_vars: vars.yml roles: - helm |