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