ansible/node: Add tbuild node type
[martins/autocluster.git] / ansible / node / roles / tarball_build / tasks / redhat / packages.yml
1 ---
2 - name: install packages for tbuild node
3   package:
4     name:
5     # Performance co-pilot to allow build of CTDB pmda code
6     - pcp-libs
7     - pcp-libs-devel
8     state: present