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

- name: Install calibration dependencies
  apt:
    name: 'spectre-meltdown-checker'
    state: 'present'
    install_recommends: False
  tags: install-csit-dependencies