From 45517a1421b271a1b1cddd00bbab8feb7b56cd56 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 29 Apr 2018 16:04:47 +0300 Subject: [PATCH] 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. --- roles/php-fpm/tasks/Ubuntu.yml | 1 - roles/php-fpm/tasks/Ubuntu_18.04.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/roles/php-fpm/tasks/Ubuntu.yml b/roles/php-fpm/tasks/Ubuntu.yml index a8939f5..398d3e9 100644 --- a/roles/php-fpm/tasks/Ubuntu.yml +++ b/roles/php-fpm/tasks/Ubuntu.yml @@ -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 diff --git a/roles/php-fpm/tasks/Ubuntu_18.04.yml b/roles/php-fpm/tasks/Ubuntu_18.04.yml index 8a7517e..cc64788 100644 --- a/roles/php-fpm/tasks/Ubuntu_18.04.yml +++ b/roles/php-fpm/tasks/Ubuntu_18.04.yml @@ -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