Replaces many references to command: with ansible.builtin.command Signed-off-by: Ryan Lerch <rlerch@redhat.com>
8 lines
172 B
YAML
8 lines
172 B
YAML
---
|
|
- name: Clear memcache
|
|
hosts: memcached:memcached-stg
|
|
serial: 1
|
|
|
|
tasks:
|
|
- name: Clear memcache
|
|
ansible.builtin.command: echo flush_all | nc localhost 11211
|