Oefenweb / ansible-postfix

Ansible role to set up postfix in Debian-like systems
MIT License
173 stars 82 forks source link

Raw variable deprications #22

Closed insanity54 closed 8 years ago

insanity54 commented 8 years ago

There are a number of raw variables in this role which ansible shows as being deprecated.

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

If you're interested, I have a patch to update the bare variables to full variable syntax https://github.com/Oefenweb/ansible-postfix/compare/master...insanity54:insanity54-rawvar-patch

tersmitten commented 8 years ago

Fixed in #23