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
parent 519162443f
commit 7bdd78b053
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).