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

Pass package list directly to apt and yum modules without using with_items loop #200

Merged
merged 1 commit into from
Nov 5, 2018

Conversation

Normo
Copy link
Contributor

@Normo Normo commented Nov 2, 2018

Invoking "apt" or "yum" only once while using a loop via squash_actions is deprecated. This pull request
removes the with_items loops to prevent the deprecation warning.

@rndmh3ro
Copy link
Member

rndmh3ro commented Nov 3, 2018

Thanks! Can you sign-off your commit?

…items loop

Invoking "apt" or "yum" only once while using a loop via squash_actions is deprecated. This commit
removes the with_items loops to prevent the deprecation warning.

Signed-off-by: Norman Bestfleisch <[email protected]>
@Normo
Copy link
Contributor Author

Normo commented Nov 5, 2018

@rndmh3ro

Thanks! Can you sign-off your commit?

✅ DONE

@rndmh3ro rndmh3ro merged commit 3889580 into dev-sec:master Nov 5, 2018
divialth pushed a commit to divialth/ansible-collection-hardening that referenced this pull request Aug 3, 2022
Pass package list directly to apt and yum modules without using with_items loop
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.

2 participants