Only install ostree on bodhi-backend01.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2017-02-20 14:42:35 +00:00
parent a3d10b591d
commit 6b9cbb48b6

View file

@ -25,7 +25,13 @@
- python-alembic
- python-scandir
- python2-productmd
- ostree
tags:
- packages
- bodhi
- name: install ostree
package: pkg=ostree state=present
when: inventory_hostname.startswith('bodhi-backend01')
tags:
- packages
- bodhi