mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +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
|