fixing package flag for local taskotron installs

This commit is contained in:
Tim Flink 2015-06-08 20:44:16 +00:00
parent 56a7b4d141
commit 1bfb5fcc3f
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
- name: ensure packages required for resultsdb_frontend are installed
action: yum name={{ item }} state=latest
when: deployment_type == 'prod'
when: deployment_type == 'prod' or deployment_type == 'local'
with_items:
- resultsdb_frontend
- mod_wsgi