redis: add missing tags

This commit is contained in:
Victor LABORIE 2018-09-19 16:25:47 +02:00
parent d6e71353dd
commit 09e48516c6
2 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,7 @@ The **patch** part changes incrementally at each release.
* apache: cleaner way to overwrite the server status suffix
* packweb-apache: don't regenerate phpMyAdmin suffix each time
* nginx: cleaner way to overwrite the server status suffix
* redis: add missing tags
### Security

View File

@ -15,10 +15,14 @@
changed_when: false
check_mode: no
register: _redis_installed_version
tags:
- redis
- set_fact:
redis_installed_version: "{{ _redis_installed_version.stdout }}"
check_mode: no
tags:
- redis
- name: Redis is configured.
template: