Copy/pasta error.

This commit is contained in:
Ralph Bean 2017-08-18 13:54:32 +00:00
parent 7f4b56891f
commit fe1cddddda

View file

@ -173,7 +173,7 @@
- cron
- name: Make directory for fedwatch systemd config extension
copy: path=/usr/lib/systemd/system/fedwatch.service.d/ state=directory
file: path=/usr/lib/systemd/system/fedwatch.service.d/ state=directory
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
tags:
- bodhi