ansible-personal/roles/nginx/tasks
Alan Orth e50f413f5e
roles/nginx: Use dynamic include_tasks for Let's Encrypt
Use dynamic includes instead of static imports when you are running
tasks conditionally or using variable interpolation. The down side
is that you need to then tag the parent task as well as all child
tasks, as tags only apply to children of statically imported tasks.
2018-04-25 20:03:32 +03:00
..
letsencrypt.yml roles/nginx: Use dynamic include_tasks for Let's Encrypt 2018-04-25 20:03:32 +03:00
main.yml Update with_items loops to use new-ish "loop" keyword 2018-04-02 15:52:51 +03:00
vhosts.yml roles/nginx: Use dynamic include_tasks for Let's Encrypt 2018-04-25 20:03:32 +03:00