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 committed May 16, 2019
1 parent 0aaed04 commit 73a5be7
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 @@ -27,6 +27,7 @@
path: "{{ (dotfiles_home ~ '/' ~ item) | dirname }}"
state: directory
follow: yes

Check warning on line 29 in tasks/main.yml

View workflow job for this annotation

GitHub Actions / Lint

29:13 [truthy] truthy value should be one of [false, true]
become: no

Check warning on line 30 in tasks/main.yml

View workflow job for this annotation

GitHub Actions / Lint

30:11 [truthy] truthy value should be one of [false, true]

Check failure on line 30 in tasks/main.yml

View workflow job for this annotation

GitHub Actions / Lint

30:13 [trailing-spaces] trailing spaces
with_items: "{{ dotfiles_files }}"

- name: Link dotfiles into home folder.
Expand Down

0 comments on commit 73a5be7

Please sign in to comment.