diff --git a/roles/fedimg/tasks/main.yml b/roles/fedimg/tasks/main.yml index b18f54fd0f..154512fc24 100644 --- a/roles/fedimg/tasks/main.yml +++ b/roles/fedimg/tasks/main.yml @@ -65,8 +65,13 @@ copy: src={{private}}/files/fedimg/{{item}} dest=/etc/pki/fedimg/{{item}} owner=fedmsg group=fedmsg mode=0100 with_items: - - fedimg-prod - - fedimg-prod.pub + # TODO -- we should be using the 'prod' "official account" creds here, but we + # don't have access to them yet. In the mean time, just re-used the + # "community account" creds from staging. + #- fedimg-prod + #- fedimg-prod.pub + - fedimg-dev + - fedimg-dev.pub notify: - restart fedmsg-hub when: env != "staging"