9153198cfb4d9748846f3f9233e7f92ccd8d9665
[csit.git] / resources / tools / testbed-setup / ansible / roles / ab / tasks / main.yaml
1 ---
2 # file: roles/ab/tasks/main.yaml
3
4 - name: Install Apache ab tools
5   package:
6     name: "{{ packages | flatten(levels=1) }}"
7     state: present
8     update_cache: true
9   tags: install-ab