mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-05 00:34:37 +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
|