roots / trellis

WordPress LEMP stack with PHP 8.2, Composer, WP-CLI and more
https://roots.io/trellis/
MIT License
2.51k stars 607 forks source link

Remove deprecated warn usage #1450

Closed swalkinshaw closed 1 year ago

swalkinshaw commented 1 year ago

The warm option for command and shell is deprecated and was removed in ansible-core 2.14

For backwards compat it's easiest to remove all usage.

Ref: https://github.com/ansible/ansible/issues/79379#issuecomment-1314228747

E-VANCE commented 1 year ago

Just noticed that the swapfile-role also contains some deprecations and needed to update that – opened a PR (#1455).