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

More Ansible deprecation warnings #62

Closed joemaller closed 6 years ago

joemaller commented 6 years ago

Sometimes Ansible feels like such a moving target...

TASK [wordpress : update .htaccess rewrite rules] ******************************
[DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using
`result|succeeded` instead use `result is succeeded`. This feature will be
removed in version 2.9. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.