Skip to content

Commit

Permalink
We often use become: yes in the main playbook.
Browse files Browse the repository at this point in the history
  • Loading branch information
yn authored Mar 16, 2018
1 parent faaea6f commit 1c60fb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
path: "{{ (dotfiles_home ~ '/' ~ item) | dirname }}"
state: directory
follow: yes
become: no
with_items: "{{ dotfiles_files }}"

- name: Link dotfiles into home folder.
Expand Down

0 comments on commit 1c60fb9

Please sign in to comment.