kolla-ansible/ansible/roles/kafka/tasks
Doug Szumski 4896031757 Don't set recurse on config folders
A small number of services set the recurse flag when they create
their config directory. This can change permission of files within
the directory, which are later set back to the original state. The
side effect is that the service is then restarted, even though the
net change to the config files amounts to nothing. The expected
behaviour is that a service only restarts if the config *has*
changed. This patch fixes this issue.

Change-Id: Ib6f1ca7b416247f8d455fb25892f4a3b27de03ba
Closes-Bug: 1800480
2018-10-29 15:35:32 +00:00
..
check.yml Add support for deploying Kafka 2018-04-16 11:34:00 +01:00
config.yml Don't set recurse on config folders 2018-10-29 15:35:32 +00:00
deploy.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
main.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
precheck.yml Add support for deploying Kafka 2018-04-16 11:34:00 +01:00
pull.yml Specify 'become' for all tasks that use kolla_docker module 2018-06-08 12:39:24 +00:00
reconfigure.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
upgrade.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00