Use the correct binary for playbooks

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-11-03 13:16:15 +00:00
parent 389305cd97
commit a0e1ee7de8

View file

@ -1,4 +1,4 @@
#!/bin/bash
# Roll over the proxy SSL ticketkey
/usr/bin/ansible /srv/web/infra/ansible/playbooks/update_ticketkey.yml | mailx -s "TickeyKey rollover" puiterwijk@fedoraproject.org
/usr/bin/ansible-playbook /srv/web/infra/ansible/playbooks/update_ticketkey.yml | mailx -s "TickeyKey rollover" puiterwijk@fedoraproject.org