Closed htgoebel closed 9 years ago
I'm not sure if I will be able to correctly wrap this variable's default/false state, but []
is also correct "false" state, so I might just add a note about it in the comments.
Note about disabling default sources lookup is already in the defaults/main.yml
file in the comments, so I'm closing this issue.
This is a follow up to issue #9.
I should have been more precise: I used
apt_default_sources: []
(empty list), which worked. BothFalse
andNone
raise errors:Error was cannot concatenate 'str' and 'list' objects
resp.Error was unsupported operand type(s) for +: 'bool' and 'list'