X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Froles%2Fab%2Ftasks%2Fmain.yaml;h=37e702e6df5b6c50370cdad4848b2f80f3492aa6;hb=7b93e96740997dab4383140a639b055e074f63c1;hp=c422b4d2e03eb47dd155cbbe01c2f81e998cf4a5;hpb=917c3d8dc1331db5a9676df16d4187312b0003d8;p=csit.git diff --git a/resources/tools/testbed-setup/ansible/roles/ab/tasks/main.yaml b/resources/tools/testbed-setup/ansible/roles/ab/tasks/main.yaml index c422b4d2e0..37e702e6df 100644 --- a/resources/tools/testbed-setup/ansible/roles/ab/tasks/main.yaml +++ b/resources/tools/testbed-setup/ansible/roles/ab/tasks/main.yaml @@ -1,15 +1,18 @@ --- # file: roles/ab/tasks/main.yaml -- Name: Update package cache (apt) +- name: Inst - Update Package Cache (APT) apt: update_cache: yes cache_valid_time: 3600 when: - ansible_distribution|lower == 'ubuntu' + tags: + - ab-inst-prerequisites -- name: Install Apache ab tools +- name: Inst - Apache ab tools package: name: "{{ packages | flatten(levels=1) }}" state: present - tags: install-ab + tags: + - ab-inst \ No newline at end of file