confidential-containers / operator

Operator to deploy confidential containers runtime
Apache License 2.0
102 stars 56 forks source link

tests: remove deprecated ansible option #373

Closed fitzthum closed 1 month ago

fitzthum commented 2 months ago

Ansible used to have a "feature" where it would warn you if you wrote a shell command that could be implemented with a module instead. The shell option had an option to disable these warnings.

These features were deprecated in ansible 2.11 and removed in anbsible 2.14. This PR removes the warn option. Otherwise the playbooks won't work.

This does mean that people using an older version of ansible might see the warnings.

GabyCT commented 1 month ago

lgtm