geerlingguy / ansible-role-raspberry-pi

Configures a Raspberry Pi (running Raspbian).
https://galaxy.ansible.com/geerlingguy/raspberry-pi/
MIT License
108 stars 19 forks source link

fixing deprecated warning #2

Closed protitude closed 8 years ago

protitude commented 8 years ago

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

geerlingguy commented 8 years ago

Thanks!