mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
Track fact presence with property
This commit is contained in:
@@ -75,7 +75,9 @@ export default
|
||||
|
||||
return { keyName: key,
|
||||
value1: slottedValues.left,
|
||||
value2: slottedValues.right
|
||||
value1IsAbsent: slottedValues.left === 'absent',
|
||||
value2: slottedValues.right,
|
||||
value2IsAbsent: slotFactValues.right === 'absent'
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user