Skip to content

Commit

Permalink
excludes screenshots from dotfiles deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Gaggini committed Oct 26, 2023
1 parent 457f080 commit 9537270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/dotfiles/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
become_user: "{{ user.name }}"

- name: Install user dotfiles
synchronize: src=/home/{{ user.name}}/{{ dotfiles.destination}}/ dest=/home/{{ user.name }}/ archive=yes rsync_opts=--exclude=.git,--exclude=_config.yml,--exclude=LICENSE,--exclude=README.md
synchronize: src=/home/{{ user.name}}/{{ dotfiles.destination}}/ dest=/home/{{ user.name }}/ archive=yes rsync_opts=--exclude=.git,--exclude=_config.yml,--exclude=LICENSE,--exclude=README.md,--exclude=*.png
when: dotfiles is defined
delegate_to: "{{ inventory_hostname }}"
become: yes
Expand Down

0 comments on commit 9537270

Please sign in to comment.