check-compose: do a systemd daemon reload after installing units
This commit is contained in:
parent
57601d915e
commit
3c617216f9
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@
|
||||||
chdir: /root/fedora-qa/check-compose
|
chdir: /root/fedora-qa/check-compose
|
||||||
when: "gitqa|changed"
|
when: "gitqa|changed"
|
||||||
|
|
||||||
|
- name: Reload systemd config to pick up installed units
|
||||||
|
command: "systemctl daemon-reload"
|
||||||
|
when: "gitqa|changed"
|
||||||
|
|
||||||
- name: Install config file
|
- name: Install config file
|
||||||
template: src=check-compose.conf.j2 dest=/etc/check-compose.conf mode=0644
|
template: src=check-compose.conf.j2 dest=/etc/check-compose.conf mode=0644
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue