UpCloudLtd / upcloud-ansible

Dynamic inventory and modules for managing servers via UpCloud's API
50 stars 17 forks source link

Properly parse False from config file #15

Closed cmouse closed 7 years ago

cmouse commented 7 years ago

config.get returns usually a string, not a boolean, so make sure it is really True instead of "False"

mlackman commented 7 years ago

Thanks for the fix!