Skip to content

Commit

Permalink
Fix the env role to use template.
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmannf committed Aug 20, 2024
1 parent 51cb63c commit 23498c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/env/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- name: Copy static environment variables
become: yes
become_user: "{{ desktop_user.username }}"
copy:
template:
src: 10-ansible-static.conf
dest: "~/.config/environment.d/10-ansible-static.conf"

Expand Down
File renamed without changes.

0 comments on commit 23498c4

Please sign in to comment.