rshm_repository: reduce execution time when changed == False (#458)

Co-authored-by: Giovanni Sciortino <gsciorti@redhat.com>
This commit is contained in:
Giovanni Sciortino 2020-06-11 10:00:48 +02:00 committed by GitHub
commit 7bdd78b053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
bugfixes:
- rshm_repository - reduce execution time when changed is False
(https://github.com/ansible-collections/community.general/pull/458).