ansible-personal/roles/php-fpm
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
..
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 include instead of import for tasks 2018-04-05 12:17:26 +03:00
templates roles/php-fpm: Support php-fpm 7.2 on Ubuntu 18.04 2018-04-05 12:17:26 +03:00