summaryrefslogtreecommitdiff
path: root/clear_redis_cache.yml
blob: 64599e82ac211f7c78a74e49838022ae29426973 (plain)
1
2
3
4
5
6
- hosts: blade-00
  tasks:
  - name: "killall certstore"
    command: "killall certstore"
  - name: "clear redis cache"
    command: "redis-cli flushdb"