aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/ab/tasks/main.yaml
blob: 9153198cfb4d9748846f3f9233e7f92ccd8d9665 (plain)
1
2
3
4
5
6
7
8
9
---
# file: roles/ab/tasks/main.yaml

- name: Install Apache ab tools
  package:
    name: "{{ packages | flatten(levels=1) }}"
    state: present
    update_cache: true
  tags: install-ab