debops / ansible-dhcpd

Install and configure ISC DHCP Server
GNU General Public License v3.0
22 stars 15 forks source link

fix [DEPRECATION WARNING] ansible ver 2.0.1.0 #22

Closed le9i0nx closed 8 years ago

le9i0nx commented 8 years ago
TASK [debops.dhcpd : Install DHCP packages] ************************************
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that 
the environment value uses the full variable syntax 
('{{dhcpd_base_packages_map[dhcpd_mode]}}'). This feature will be removed in a future 
release. Deprecation warnings can be disabled by setting deprecation_warnings=False in 
ansible.cfg.
ok: [dhcp.samara.mpautina.ru] => (item=[u'isc-dhcp-server', u'bind9utils'])
TASK [debops.dhcpd : Make sure that included files exist] **********************
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that 
the environment value uses the full variable syntax ('{{dhcpd_includes}}'). This feature 
will be removed in a future release. Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.
drybjed commented 8 years ago

Looks good, thanks!