andreaswolf / ansible-role-letsencrypt

Ansible role for generating certificates with acme-tiny via Let’s encrypt
46 stars 20 forks source link

Use full variable syntax for with_items #17

Closed rossey closed 8 years ago

rossey commented 8 years ago

Ansible 2.0 throws a deprecation warning when using bare variables for with_items.

TASK [letsencrypt : generate private keys] *************************************
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your 
playbooks so that the environment value uses the full variable syntax 
('{{letsencrypt_certs}}'). This feature will be removed in a future release. 
Deprecation warnings can be disabled by setting deprecation_warnings=False in 
ansible.cfg.