Alan Orth
8b660dcfbe
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. |
||
---|---|---|
.. | ||
cron-apt.yml | ||
firewall_Debian.yml | ||
firewall_Ubuntu.yml | ||
main.yml | ||
ntp.yml | ||
packages_Debian.yml | ||
packages_Ubuntu.yml | ||
ssh-keys.yml | ||
sshd.yml | ||
tarsnap.yml |