mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
fix loop for home_directories
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
This commit is contained in:
parent
bf82736787
commit
02c689eaa0
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue