aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/trex/tasks/main.yaml
blob: 019a27f79decf252cc492690e2c646dc267b5137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# file: roles/trex/tasks/main.yaml

- name: Install Distribution - Release - Machine Prerequisites
  package:
    name: "{{ packages | flatten(levels=1) }}"
    state: latest
    update_cache: true
  tags:
    - install-dependencies

- name: Deploy Multiple T-Rex Versions
  include_tasks: deploy_block.yaml
  loop: "{{ trex_version }}"
  tags:
    - install-trex