Skip to content

Commit

Permalink
Create terminator folder only on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Mar 18, 2024
1 parent 3c440b7 commit 6d05425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/terminal/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
become: "{{ become_root }}"

- name: Create ~/.config/terminator folder
when: ansible_distribution != 'MacOSX'
ansible.builtin.file:
path: "{{ home_folder }}/.config/terminator"
state: directory
Expand Down

0 comments on commit 6d05425

Please sign in to comment.