diff options
| author | Tim Flink <tflink@fedoraproject.org> | 2015-06-08 20:44:16 +0000 |
|---|---|---|
| committer | Tim Flink <tflink@fedoraproject.org> | 2015-06-08 20:44:22 +0000 |
| commit | 1bfb5fcc3f8d2d34d1f27d8fe6def7f88d3964e1 (patch) | |
| tree | 4e91e2c8f8452a666461a57514c840a1a3336e3d /roles/taskotron/execdb | |
| parent | 56a7b4d1411a608dce4ba6b73303170674fa5920 (diff) | |
| download | ansible-1bfb5fcc3f8d2d34d1f27d8fe6def7f88d3964e1.tar.gz ansible-1bfb5fcc3f8d2d34d1f27d8fe6def7f88d3964e1.tar.xz ansible-1bfb5fcc3f8d2d34d1f27d8fe6def7f88d3964e1.zip | |
fixing package flag for local taskotron installs
Diffstat (limited to 'roles/taskotron/execdb')
| -rw-r--r-- | roles/taskotron/execdb/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/taskotron/execdb/tasks/main.yml b/roles/taskotron/execdb/tasks/main.yml index 55a82873a..73d429932 100644 --- a/roles/taskotron/execdb/tasks/main.yml +++ b/roles/taskotron/execdb/tasks/main.yml @@ -1,6 +1,6 @@ - name: ensure packages required for execdb are installed action: yum name={{ item }} state=latest - when: deployment_type == 'prod' + when: deployment_type == 'prod' or deployment_type == 'local' with_items: - execdb - mod_wsgi |
