Skip to content
Snippets Groups Projects
Commit 8c3e5b27 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Make memcached reconfigure not block"

parents ead7752a 00488039
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
- item[2]['rc'] == 1 - item[2]['rc'] == 1
- inventory_hostname in groups[item[0]['group']] - inventory_hostname in groups[item[0]['group']]
with_together: with_together:
- { name: memcached, group: memcached } - [{ name: memcached, group: memcached }]
- container_envs.results - container_envs.results
- check_results.results - check_results.results
...@@ -59,6 +59,6 @@ ...@@ -59,6 +59,6 @@
- item[2]['rc'] == 1 - item[2]['rc'] == 1
- inventory_hostname in groups[item[0]['group']] - inventory_hostname in groups[item[0]['group']]
with_together: with_together:
- { name: memcached, group: memcached } - [{ name: memcached, group: memcached }]
- container_envs.results - container_envs.results
- check_results.results - check_results.results
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment