diff options
| author | Ricky Elrod <codeblock@fedoraproject.org> | 2015-06-02 13:38:47 +0000 |
|---|---|---|
| committer | Ricky Elrod <codeblock@fedoraproject.org> | 2015-06-02 13:38:47 +0000 |
| commit | 430fa96fd9ede7e0cd546b5228e9094d287a2698 (patch) | |
| tree | 8473db803f636e1971e34567dbc44c1d21fbb64e /roles/graphite/fedmsg2statsd/tasks | |
| parent | 0cac2fbb1b4a30b7d054cc5a11a89f459860303b (diff) | |
| download | ansible-430fa96fd9ede7e0cd546b5228e9094d287a2698.tar.gz ansible-430fa96fd9ede7e0cd546b5228e9094d287a2698.tar.xz ansible-430fa96fd9ede7e0cd546b5228e9094d287a2698.zip | |
grab cabal-install from copr for now.
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
Diffstat (limited to 'roles/graphite/fedmsg2statsd/tasks')
| -rw-r--r-- | roles/graphite/fedmsg2statsd/tasks/main.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/graphite/fedmsg2statsd/tasks/main.yml b/roles/graphite/fedmsg2statsd/tasks/main.yml index 6787b1dd5..e8e0f46c2 100644 --- a/roles/graphite/fedmsg2statsd/tasks/main.yml +++ b/roles/graphite/fedmsg2statsd/tasks/main.yml @@ -1,4 +1,11 @@ --- +- name: add repo + action: copy src=cabal-install.repo dest=/etc/yum.repos.d/cabal-install.repo + tags: + - cabal-install + - packages + - repo + - name: install needed packages yum: pkg={{ item }} state=present with_items: |
