Merge branch 'master' of adellam/ansible-roles into master

This commit is contained in:
Andrea Dell'Amico 2019-12-12 13:54:34 +01:00 committed by Gitea
commit 04e72165af
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
- block:
- name: Stop and disable the Redis service
service: name=redis-server state=stopped enabled=no
ignore_errors: True
- name: Remove the Redis packages
apt: name={{ redis_server_pkg }} state=absent