wunderio/WunderMachina

Deprecation warnings: bare variables and become_method

Closed this issue · 3 comments

Using: Vagrant 1.8.1 , ansible 2.0.1.0 gets deprecation warnings:
[DEPRECATION WARNING]: Instead of sudo/sudo_user, use become/become_user and make sure become_method is 'sudo' (default). This feature will be removed in a future release. [DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment value uses the full variable syntax ('{{databases}}'). This feature will be removed in a future release.

iler commented

Yes, we are aware of these and these will be changed soonish.

Sudo has now been replaced with become in default conf/vagrant.yml.

Closing this, as all sudo / become and bare variables should be updated.