Make directory for fedwatch systemd config extension
This commit is contained in:
parent
2a9ea19315
commit
7f4b56891f
1 changed files with 7 additions and 0 deletions
|
@ -172,6 +172,13 @@
|
||||||
- bodhi
|
- bodhi
|
||||||
- cron
|
- cron
|
||||||
|
|
||||||
|
- name: Make directory for fedwatch systemd config extension
|
||||||
|
copy: path=/usr/lib/systemd/system/fedwatch.service.d/ state=directory
|
||||||
|
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
||||||
|
tags:
|
||||||
|
- bodhi
|
||||||
|
- fedwatch
|
||||||
|
|
||||||
- name: extend the fedwatch systemd configuration to restart on failure
|
- name: extend the fedwatch systemd configuration to restart on failure
|
||||||
copy: src=fedwatch.service dest=/usr/lib/systemd/system/fedwatch.service.d/fedwatch.conf
|
copy: src=fedwatch.service dest=/usr/lib/systemd/system/fedwatch.service.d/fedwatch.conf
|
||||||
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue