Only install ostree on bodhi-backend01.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
a3d10b591d
commit
6b9cbb48b6
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue