summaryrefslogtreecommitdiffstats
path: root/tasks/accelerate_prep.yml
blob: 56736c259674441c948d7989d1e3b18cb7c574ec (plain)
1
2
3
4
5
6
7
---
- name: install needed packages for accelerated mode
  yum: pkg={{ item }} state=installed
  with_items:
  - python-keyczar
  tags:
  - packages