Skip to content

Commit

Permalink
[emacs] create user tmp directory for backup
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Aug 14, 2024
1 parent c7f727e commit e019000
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/emacs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
dest: "{{ ansible_env.HOME }}/.emacs-light.el"
state: link

- name: Create user tmp directory for saving backup
file:
path: "{{ ansible_env.HOME }}/tmp"
state: directory
recurse: yes

# Install system emacs for light version of emacs
- name: Install system emacs
apt:
Expand Down

0 comments on commit e019000

Please sign in to comment.