ansible-personal/roles
Alan Orth 8b660dcfbe
roles/common: Use dynamic include_tasks for packages
Basically, when using conditionals or variables in your tasks you should
use include_tasks instead of import_tasks. The down side is that you now
need to tag all included tasks individually or with a block, unlike when
using static imports (tags are applied to all imported child tasks).

I would actually like to reduce this task to a single one that uses the
host's ansible_distribution variable, but Ansible 2.5.1 currently gives
the following error: ansible_distribution is undefined.
2018-04-25 18:46:28 +03:00
..
common roles/common: Use dynamic include_tasks for packages 2018-04-25 18:46:28 +03:00
mariadb Fix a few more Jinja2 filters used as tests 2018-04-05 12:17:26 +03:00
munin roles/munin: Don't use loop when installing one package 2018-04-02 15:51:29 +03:00
nginx group_vars/dspace: Update comment for nginx branch 2018-04-18 16:58:33 +03:00
php-fpm Fix a few more Jinja2 filters used as tests 2018-04-05 12:17:26 +03:00