ctubbsii edited a comment on issue #314: Setup fails when not using ADLS URL: https://github.com/apache/fluo-muchos/issues/314#issuecomment-579449436 Is setting `use_adlsg2 = False` in your muchos.props file a good workaround for this? I don't know Ansible very well, but another solution might be to replace all the Ansible conditions that do `use_adlsg2 == True` with just `use_adlsg2`, because `==` might require the variable to be defined, whereas just `None` (undefined) and `False` both evaluate to false (and `True` already evaluates to true).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
