theforeman / foreman-operations-collection

Ansible collection for management of Foreman servers
GNU General Public License v3.0
10 stars 17 forks source link

always require foreman_repositories_version to be set #155

Closed evgeni closed 5 months ago

evgeni commented 5 months ago

The 5000 ft view: Molecule is a tool that (using Ansible playbooks) can setup a test node and then execute tests against this node. The tests are usually a converge playbook that is run twice and a/ is not allowed to error out and b/ in the second run not allowed to produce changes, and a verify playbook that then has some asserts based on the work converge was supposed to be doing. In this PR I only touched converge for Debian, as for RH we were already setting the version (no idea why) and the asserts remain the same.