Merge "Be consistent with memcached group name"

This commit is contained in:
Zuul 2018-07-12 14:08:57 +00:00 committed by Gerrit Code Review
commit 2c5bb32915
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ galera_root_user: "root"
memcached_port: 11211
memcached_servers: >-
{{
(groups['memcached_all'] | map('extract', hostvars, 'ansible_host') | list)
(groups['memcached'] | map('extract', hostvars, 'ansible_host') | list)
| map('regex_replace', '(.*)' ,'\\1:' ~ memcached_port)
| list
| join(',')

View File

@ -14,7 +14,7 @@
# limitations under the License.
- name: Memcached cache flush
hosts: memcached_all
hosts: memcached
gather_facts: true
user: root
vars: