roles/php-fpm: Remove "packages" tag

This tag is no longer reachable after switching to the new dynamic
includes in Ansible 2.4 and 2.5. Anyways, I've been questioning my
decision to add the "packages" tag to any task that uses the apt
module.
This commit is contained in:
Alan Orth 2018-04-29 16:04:47 +03:00
parent 434fe59a63
commit 45517a1421
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
# for Piwik
- php7.0-mbstring
- php7.0-xml
tags: packages
# only copy php-fpm config for vhosts that need WordPress or PHP
- name: Copy php-fpm pool config

View File

@ -12,7 +12,6 @@
# for Piwik
- php-mbstring
- php-xml
tags: packages
# only copy php-fpm config for vhosts that need WordPress or PHP
- name: Copy php-fpm pool config