ansible-pycharm icon indicating copy to clipboard operation
ansible-pycharm copied to clipboard

Allow skipping installation if already installed

Open OrBin opened this issue 5 years ago • 3 comments

The installation step itself takes a long time, relative to the rest of the role. I think it may allow skipping this task if it's already installed (i.e. the destination directory exists).

Thanks!

OrBin avatar May 04 '20 21:05 OrBin

There're already checks in place. See https://github.com/Oefenweb/ansible-pycharm/blob/master/tasks/main.yml#L43

But they might be failing. Can you have a look?

tersmitten avatar May 06 '20 10:05 tersmitten

I didn't notice them before. I'll have a look, but not sure I'll get to do it today.

OrBin avatar May 06 '20 10:05 OrBin

No worries

tersmitten avatar May 06 '20 15:05 tersmitten