Michal Zegan | 93c4303 | 2019-06-05 13:10:40 +0200 | [diff] [blame] | 1 | --- |
2 | - name: Converge | ||||
3 | hosts: all | ||||
Bartek Grzybowski | 007a4bd | 2021-02-01 10:13:03 +0100 | [diff] [blame] | 4 | pre_tasks: |
5 | - name: Include infrastructure group variables | ||||
6 | include_vars: ../../../../group_vars/infrastructure.yml | ||||
7 | - name: Include test scenario variables | ||||
8 | include_vars: vars.yml | ||||
Michal Zegan | 93c4303 | 2019-06-05 13:10:40 +0200 | [diff] [blame] | 9 | roles: |
10 | - helm |