ansible-personal/roles/php-fpm/tasks
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
..
main.yml roles/php-fpm: Use include instead of import for tasks 2018-04-05 12:17:26 +03:00
Ubuntu_18.04.yml roles/php-fpm: Support php-fpm 7.2 on Ubuntu 18.04 2018-04-05 12:17:26 +03:00
Ubuntu.yml Update with_items loops to use new-ish "loop" keyword 2018-04-02 15:52:51 +03:00