Skip to content

Commit

Permalink
Add support for updating dotfiles and friends.
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendart committed Nov 1, 2023
1 parent c2cce5f commit c657242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/development/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ development__obsidian_version: '1.4.16'

development__projects_folder: 'Shed'
development__run_gui_tasks: false
development__update_dotfiles: false
development__virtualbox_version: '7.0'


Expand Down
2 changes: 1 addition & 1 deletion roles/development/tasks/dotfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
ansible.builtin.git:
dest: '/home/{{ development__user_username }}/{{ development__projects_folder }}/{{ item }}'
repo: '[email protected]:damiendart/{{ item }}.git'
update: false
update: '{{ development__update_dotfiles }}'
version: 'master'
loop:
- 'snippets'
Expand Down

0 comments on commit c657242

Please sign in to comment.