ansible-personal/roles/common
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
..
files roles/common: Remove old SSH key 2016-04-22 11:24:35 +03:00
handlers roles/common: Reload firewalld instead of restart 2017-11-05 00:27:44 +02:00
tasks roles/common: Use dynamic include_tasks for packages 2018-04-25 18:46:28 +03:00
templates roles/common: Always use security.ubuntu.com 2018-04-25 18:09:11 +03:00