ansible-personal/roles
Alan Orth 9f3ab01d48 roles/php-fpm: Use include instead of import for tasks
These tasks are conditional and mutually exclusive due to the "when"
clause. Using import_tasks means that these are imported before the
playbook execution and then skipped during evaluation of the test.

It makes sense in this case to use include_tasks so that the tasks
are only imported during playbook execution if the condition is met.
2018-04-05 12:17:26 +03:00
..
common roles/common: Remove sysv-rc-conf from Ubuntu packages 2018-04-05 12:17:25 +03:00
mariadb roles/mariadb: Use Ubuntu 17.10's packages on Ubuntu 18.04 2018-04-05 12:17:25 +03:00
munin roles/munin: Don't use loop when installing one package 2018-04-02 15:51:29 +03:00
nginx roles/nginx: Use Ubuntu 17.10's packages on Ubuntu 18.04 2018-04-05 12:17:25 +03:00
php-fpm roles/php-fpm: Use include instead of import for tasks 2018-04-05 12:17:26 +03:00