Cannot capture yum list output with package names · Issue ...
github.com › ansible › ansibleOct 02, 2017 · I capture the output of running the yum list task, but it only captures the status of running the command (was running the command successful or not), not its output whether packages are available or not. STEPS TO REPRODUCE. - name: Confirm if package for { { required_version }} is available yum : list: required_version register: package_search ...