Skip to content

Commit

Permalink
fix loop for home_directories
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
  • Loading branch information
Sebastian Gumprich committed Mar 22, 2021
1 parent 8233afb commit 44901ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/os_hardening/tasks/user_accounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@
mode: 0700
path: "{{ item.path }}"
state: directory
loop:
- "{{ home_directories.files }}"
loop: "{{ home_directories.files }}"
when: os_chmod_home_folders | bool

0 comments on commit 44901ce

Please sign in to comment.