summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/haveged.yml
blob: 3f03a28acbad7ac5ffe139e20f749148f99c2606 (plain)
1
2
3
4
5
- name: Install haveged
  apt: pkg=haveged

- name: Start haveged
  service: name=haveged state=started