shouldn't be ignoring errors if the keys don't exist

This commit is contained in:
Seth Vidal 2013-05-02 18:57:46 +00:00
parent e6603b3f7f
commit 37e9637399

View file

@ -131,7 +131,6 @@
- name: copy over builder cert to /etc/kojid/kojibuilder.pem
action: copy src=$private/files/koji/buildercerts/${ansible_fqdn}.pem dest=/etc/kojid/kojibuilder.pem mode=600
ignore_errors: true
- name: chkconfig kojid on
action: service name=kojid enabled=on