2024-11-25 18:24:56 +10:00
|
|
|
---
|
2025-01-14 20:18:57 +10:00
|
|
|
- name: Clear memcache
|
2017-02-15 18:48:01 +00:00
|
|
|
hosts: memcached:memcached-stg
|
2013-08-06 15:39:57 +00:00
|
|
|
serial: 1
|
|
|
|
|
|
|
|
tasks:
|
2025-01-14 20:18:57 +10:00
|
|
|
- name: Clear memcache
|
2024-12-19 11:22:24 +10:00
|
|
|
ansible.builtin.command: echo flush_all | nc localhost 11211
|