Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Don't upgrade all package when running idempotency checks with molecu…
Browse files Browse the repository at this point in the history
…le (#6)

- ignore the task to upgrade all packages when running idempotency
checks with molecule
- this is to avoid failing the idempotency checks when this role is used
as part of the [XNAT
collection](https://github.com/UCL-MIRSG/ansible-collection-xnat)
  • Loading branch information
p-j-smith authored Nov 17, 2023
1 parent acd1307 commit a03f49f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
ansible.builtin.yum:
name: "*"
state: latest
tags:
- molecule-idempotence-notest

- name: Ensure epel is installed
become: true
Expand Down

0 comments on commit a03f49f

Please sign in to comment.