mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
8 lines
138 B
YAML
8 lines
138 B
YAML
- name: clear memcache
|
|
hosts: memcached
|
|
serial: 1
|
|
|
|
tasks:
|
|
- name: clear memcache
|
|
command: echo flush_all | nc localhost 11211
|