summaryrefslogtreecommitdiffstats
path: root/roles/anitya/fedmsg
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2015-09-25 18:16:23 +0000
committerKevin Fenzi <kevin@scrye.com>2015-09-25 18:16:23 +0000
commit2873cdd427c4d50f9d8d234ba883a7e0e5fda87b (patch)
tree08df2908b8415c68dbf68ae7abd8bcfd1e4fff1d /roles/anitya/fedmsg
parent81d97814091f9b7eb526ab7e56594bfb64ab86e3 (diff)
downloadansible-2873cdd427c4d50f9d8d234ba883a7e0e5fda87b.tar.gz
ansible-2873cdd427c4d50f9d8d234ba883a7e0e5fda87b.tar.xz
ansible-2873cdd427c4d50f9d8d234ba883a7e0e5fda87b.zip
Move all puppet_private stuff to ansible private so we can stop using puppet private.
Diffstat (limited to 'roles/anitya/fedmsg')
-rw-r--r--roles/anitya/fedmsg/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/anitya/fedmsg/tasks/main.yml b/roles/anitya/fedmsg/tasks/main.yml
index b5c8fbc8d..fec0f9888 100644
--- a/roles/anitya/fedmsg/tasks/main.yml
+++ b/roles/anitya/fedmsg/tasks/main.yml
@@ -77,7 +77,7 @@
- name: install fedmsg ca.cert
copy: >
- src="{{ puppet_private }}/fedmsg-certs/keys/ca.crt"
+ src="{{ private }}/files/fedmsg-certs/keys/ca.crt"
dest=/etc/pki/fedmsg/ca.crt
owner=root
group=root