roles/nginx: Add convenience tags to fact task

This commit is contained in:
Alan Orth 2021-07-01 18:17:14 +03:00
parent 6c3cf40a16
commit 82d3a7ff2a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
nginx_packages:
- nginx
- ssl-cert # for ssl-cert-snakeoil.pem in nginx
tags: nginx, packages
- name: Install nginx packages
apt: pkg={{ nginx_packages }} cache_valid_time=3600 state=present