Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: remove deprecated ansible option #373

Merged
merged 1 commit into from
May 15, 2024

Conversation

fitzthum
Copy link
Member

@fitzthum fitzthum commented May 2, 2024

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.

As of ansible 2.11 the warn option was deprecated
for the shell module. In ansible 2.14 it has been
removed entirely making these playbooks inoperable.

Signed-off-by: Tobin Feldman-Fitzthum <[email protected]>
Copy link
Contributor

@ldoktor ldoktor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes indeed, thanks for fixing it

@GabyCT
Copy link
Contributor

GabyCT commented May 13, 2024

lgtm

Copy link
Member

@wainersm wainersm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @fitzthum !

@wainersm wainersm merged commit 529c52a into confidential-containers:main May 15, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants