mirror of
https://github.com/ansible/awx.git
synced 2026-07-12 00:44:36 -02:30
Fix incorrect (changed: True) frequent in OCP task logs
This commit is contained in:
committed by
Shane McDonald
parent
cab8c690d2
commit
a2acbe9fe6
@@ -36,7 +36,7 @@ class RegisterQueue:
|
||||
ig.policy_instance_minimum = self.instance_min
|
||||
changed = True
|
||||
|
||||
if self.is_container_group:
|
||||
if self.is_container_group and (ig.is_container_group != self.is_container_group):
|
||||
ig.is_container_group = self.is_container_group
|
||||
changed = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user