check-compose: do a systemd daemon reload after installing units

This commit is contained in:
Adam Williamson 2015-12-04 19:13:42 -08:00
parent 57601d915e
commit 3c617216f9

View file

@ -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: