ansible/playbooks/clear_memcached.yml
Ryan Lerch 462176464b ansiblelint fixes-- fqcn[action-core] - command to ansible.builtin.command
Replaces many references to  command: with ansible.builtin.command

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:26:47 +10:00

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