You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As pycharm_downloads_path it has a precedence of 15, right?
How do you overwrite this value properly?
And why did you choose to put it as var instead of a default at all?
It appears to be weird to store a potentially large amount of pycharm archives relatively deeply nested in /var.
Even more if it's not the ansible home.
I'd suppose you either make this easier to overwrite, or use the ansible fact "ansible_user_dir".
Either way, this plugin appears to be really nice and I'm looking forward to using it.
Thanks for the effort!
The text was updated successfully, but these errors were encountered:
I think that answered the last question.
The two ones before did only matter to me until I submitted #9 ,
unless you don't change your mind about how this would improve the role, all my questions are answered.
As pycharm_downloads_path it has a precedence of 15, right?
How do you overwrite this value properly?
And why did you choose to put it as var instead of a default at all?
It appears to be weird to store a potentially large amount of pycharm archives relatively deeply nested in /var.
Even more if it's not the ansible home.
I'd suppose you either make this easier to overwrite, or use the ansible fact "ansible_user_dir".
Either way, this plugin appears to be really nice and I'm looking forward to using it.
Thanks for the effort!
The text was updated successfully, but these errors were encountered: