Skip to content
Snippets Groups Projects
Commit 00488039 authored by Steven Dake's avatar Steven Dake
Browse files

Make memcached reconfigure not block

The playbooks crash during reconfigure of memcached.

Change-Id: I737a71598a6a9747999cfcfbe78c70dbb6fdc608
Closes-Bug: #1553631
parent 01b0be02
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