summaryrefslogtreecommitdiffstats
path: root/roles/graphite/fedmsg2statsd/tasks
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2016-01-06 21:58:31 +0000
committerKevin Fenzi <kevin@scrye.com>2016-01-06 21:58:31 +0000
commitf0c80375b54ac5aa24463f60893803e393a56f7d (patch)
treef585b4d2de548370d995cda28b442657a25619cc /roles/graphite/fedmsg2statsd/tasks
parent5c0cca432b56ca34eeb9e87c3df92f52da87576b (diff)
downloadansible-f0c80375b54ac5aa24463f60893803e393a56f7d.tar.gz
ansible-f0c80375b54ac5aa24463f60893803e393a56f7d.tar.xz
ansible-f0c80375b54ac5aa24463f60893803e393a56f7d.zip
Remove action: in all roles.
Diffstat (limited to 'roles/graphite/fedmsg2statsd/tasks')
-rw-r--r--roles/graphite/fedmsg2statsd/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/graphite/fedmsg2statsd/tasks/main.yml b/roles/graphite/fedmsg2statsd/tasks/main.yml
index 6d9bde831..ef92e53f9 100644
--- a/roles/graphite/fedmsg2statsd/tasks/main.yml
+++ b/roles/graphite/fedmsg2statsd/tasks/main.yml
@@ -1,6 +1,6 @@
---
- name: add repo
- action: copy src=cabal-install.repo dest=/etc/yum.repos.d/cabal-install.repo
+ copy: src=cabal-install.repo dest=/etc/yum.repos.d/cabal-install.repo
tags:
- cabal-install
- packages