Update git submodules

* Update openstack-ansible-plugins from branch 'master'
  to 386645054078a6d252a6f37c36ecc8a0ea3fe640
  - Merge "Do not use notify inside handlers"
  - Do not use notify inside handlers
    
    Since latest ansible handlers are not triggered inside the same
    handlers flush, which means that triggering mysql restart
    the way we did does not work anymore. So instead of
    notifying inside handlers, we add listen key to tasks
    that are triggered by these newly produced notifications.
    
    This could be due to the bug [1], but ansible-core version that has
    backport included still shows inconsistent behaviour
    
    [1] https://github.com/ansible/ansible/issues/80880
    
    Change-Id: I33a590e329cd455c9357d569867247f723d8a64a
This commit is contained in:
Zuul 2023-07-24 20:49:57 +00:00 committed by Gerrit Code Review
parent 4fb974ab45
commit f58df38f2e
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9e3ba5b61913151d512e6637e5398f91b6bdb153
Subproject commit 386645054078a6d252a6f37c36ecc8a0ea3fe640