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