ansible-personal/roles/php-fpm
Alan Orth 7aed78016c
roles/php-fpm: Use set_fact to set packages
Instead of looping over a list of items to install, we can actually
just give a list directly to the apt module. This allows the module
to install all packages in one transaction, which is faster as well
as slightly safer for some dependency resolution scenarios.
2018-04-29 16:10:53 +03:00
..
defaults roles/php-fpm: Update defaults 2017-05-28 15:45:05 +03:00
handlers roles/php-fpm: Support php-fpm 7.2 on Ubuntu 18.04 2018-04-05 12:17:26 +03:00
tasks roles/php-fpm: Use set_fact to set packages 2018-04-29 16:10:53 +03:00
templates roles/php-fpm: Support php-fpm 7.2 on Ubuntu 18.04 2018-04-05 12:17:26 +03:00