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

- name: Install CSIT dependencies
  apt:
    name:
      - 'cpufrequtils'
    state: 'present'
    cache_valid_time: 3600
    install_recommends: False
  tags: install-csit-dependencies