diff options
author | Adam Miller <admiller@redhat.com> | 2016-04-15 13:27:40 +0000 |
---|---|---|
committer | Adam Miller <admiller@redhat.com> | 2016-04-15 13:27:40 +0000 |
commit | 5a20b5b452e66e0a9b317c7b3e5a3ee26f90e544 (patch) | |
tree | ed22ac481d0dc6a49e4bcf3e7a1b1f9b7d979a08 | |
parent | 1b8b190f04e9a7b8d2dc24bc57a2120cec365fc7 (diff) | |
parent | c400981a393baabbfc4e557bcd6eed5946d50fcd (diff) | |
download | ansible-5a20b5b452e66e0a9b317c7b3e5a3ee26f90e544.tar.gz ansible-5a20b5b452e66e0a9b317c7b3e5a3ee26f90e544.tar.xz ansible-5a20b5b452e66e0a9b317c7b3e5a3ee26f90e544.zip |
Merge branch 'master' of /git/ansible
* 'master' of /git/ansible:
Restart koschei-polling on koschei.pem change
-rw-r--r-- | roles/koschei/backend/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/koschei/backend/tasks/main.yml b/roles/koschei/backend/tasks/main.yml index e8cd7d29c..03fb5f7d4 100644 --- a/roles/koschei/backend/tasks/main.yml +++ b/roles/koschei/backend/tasks/main.yml @@ -80,6 +80,7 @@ group=koschei mode=0400 notify: + - restart koschei-polling - restart koschei-scheduler tags: - koschei |