mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
Track fact presence with property
This commit is contained in:
parent
9eea389458
commit
633647a2a8
@ -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'
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user