Created
July 12, 2022 20:14
-
-
Save wbclark/0b1b2fc17f513c59360cd9f04d110a56 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Katello::ContentViewEnvironment.all.each do |cve| | |
ForemanTasks.async_task( | |
Actions::Candlepin::Environment::SetContent, | |
cve.content_view, | |
cve.owner, | |
cve, | |
) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment