lint: fixes

This commit is contained in:
ProgramSnail 2025-08-22 18:26:22 +03:00
parent 30142464c5
commit 710ac7e69a
9 changed files with 9 additions and 12 deletions

View file

@ -46,6 +46,7 @@
ansible.builtin.file:
path: "{{ ansible_env.HOME }}/idea"
state: directory
mode: a
- name: Installing intellij idea
ansible.builtin.unarchive:
remote_src: true