ansible-personal/roles/nginx/defaults
Alan Orth 6208d1518c
roles/nginx: Use set_fact to set certbot dependencies
Instead of looping over a list of items to install, we can actually
just give a list directly to the apt module. This allows the module
to install all packages in one transaction, which is faster as well
as slightly safer for some dependency resolution scenarios.
2018-04-26 19:48:05 +03:00
..
main.yml roles/nginx: Use set_fact to set certbot dependencies 2018-04-26 19:48:05 +03:00