10 lines
194 B
YAML
10 lines
194 B
YAML
---
|
|
- stat:
|
|
path: /usr/local/bin/jetbrains-toolbox
|
|
register: toolbox_binary
|
|
|
|
- import_tasks: jetbrains-toolbox.yml
|
|
when: not toolbox_binary.stat.exists
|
|
|
|
- import_tasks: system-setup.yml
|