ef453cdf9af52c2590a2ddafd41d8c94427b5a00
[csit.git] / resources / tools / testbed-setup / ansible / roles / calibration / tasks / ubuntu_bionic.yaml
1 ---
2 # file: roles/calibration/tasks/ubuntu_bionic.yaml
3
4 - name: Install calibration dependencies
5   apt:
6     name: 'spectre-meltdown-checker'
7     state: 'present'
8     install_recommends: False
9   tags: install-csit-dependencies