Skip to content

Commit

Permalink
Merge pull request #79 from systeminsights/issue-78
Browse files Browse the repository at this point in the history
Add follow=yes when checking dot file permissions in 13.8.2 so the ta…
  • Loading branch information
awailly committed Feb 27, 2016
2 parents 790118b + e1f6e2e commit 828e1b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/section_13_level1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
- name: 13.8.2 Check User Dot File Permissions (Scored)
file: >
path='{{ item }}'
follow=yes
mode='o-w,g-w'
with_items:
home_dot_files.stdout_lines
Expand Down

0 comments on commit 828e1b3

Please sign in to comment.