tripleo-heat-templates/deployment/tripleo-packages
Jose Luis Franco Arza 5746310b69 Replace dnf by tripleo_dnf_stream for updates.
In the minor update workflow, we were using the dnf Ansible
module to ensure that the right streams were enabled. However,
the dnf Ansible module doesn't only enable the stream, but
synchronizes the whole content. Installing packages which were
not installed before the update.

This patch replaces the dnf Ansible module by a custom tripleo
module, tripleo_dnf_stream, which will only enable the stream
(if the stream wasn't enabled). Letting the minor update's
workflow 'dnf update *' take care of installing the packages.

Change-Id: I3fa4ccc224cf510bcc85a9c86a2b4f0d367c687f
Related-bug: rhbz#1963164
2022-02-14 12:13:20 +01:00
..
tripleo-packages-baremetal-puppet.yaml Replace dnf by tripleo_dnf_stream for updates. 2022-02-14 12:13:20 +01:00