mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
8 lines
152 B
YAML
8 lines
152 B
YAML
- name: clear memcache
|
|
hosts: memcached:memcached-stg
|
|
serial: 1
|
|
|
|
tasks:
|
|
- name: clear memcache
|
|
command: echo flush_all | nc localhost 11211
|