ideasonpurpose / basic-wordpress-vagrant

A fast, easy to use WordPress Vagrant environment modeled after managed WordPress hosting platforms like WP Engine and Flywheel.
MIT License
25 stars 3 forks source link

Ansible deprecation warnings #20

Closed joemaller closed 8 years ago

joemaller commented 8 years ago

Three warnings:

==> default: Running provisioner: ansible...
    default: Running ansible-playbook...
[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 warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.
TASK [wordpress : include] *****************************************************
[DEPRECATION WARNING]: You should not specify tags in the include parameters. 
All tags should be specified using the task-level option. This feature will be 
removed in a future release. Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.
included: /Users/joe/Desktop/njhi.dev/ansible/roles/wordpress/tasks/install.yml for default
TASK [wordpress : Attempt to install missing plugins from WordPress.org] *******
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your 
playbooks so that the environment value uses the full variable syntax 
('{{missing_plugins}}'). This feature will be removed in a future release. 
Deprecation warnings can be disabled by setting deprecation_warnings=False in 
ansible.cfg.