summaryrefslogtreecommitdiffstats
path: root/ansible/roles/package-repository-check/molecule/default/playbook.yml
AgeCommit message (Collapse)AuthorFilesLines
2021-04-08[MOLECULE 3.3.0] Update converge playbook file namesBartek Grzybowski1-5/+0
In 3.x.x version family of Molecule the 'playbook.yml' file for 'converge' action has changed to 'converge.yml'. Ref.: https://github.com/ansible-community/molecule/issues/2560 Change-Id: I8710ebd5710237be138f2aff8943d6c949058dbd Issue-ID: OOM-2722 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-05-14Fix lint errors in package-repository-check roleJan Benedikt1-0/+5
In package-repository-check was changed command module to service module due to lint failing. Failing was caused by errors: [301] Commands should not change things if nothing needs doing [303] service used in place of service module Added molecule test. Issue-ID: OOM-2395 Signed-off-by: Jan Benedikt <j.benedikt@partner.samsung.com> Change-Id: I6cfdfe920eabfb9a0c43cc9ba4ffcd81df1d6852