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 * apache: cleaner way to overwrite the server status suffix
* packweb-apache: don't regenerate phpMyAdmin suffix each time * packweb-apache: don't regenerate phpMyAdmin suffix each time
* nginx: cleaner way to overwrite the server status suffix * nginx: cleaner way to overwrite the server status suffix
* redis: add missing tags
### Security ### Security

View file

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