mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +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
|