We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef770d0 commit a4be90cCopy full SHA for a4be90c
tasks/main.yml
@@ -38,7 +38,7 @@
38
group: "{{item.username}}"
39
mode: 0644
40
create: true
41
- when: users_create_homedirs
+ when: users_create_homedirs and item.profile is defined
42
with_items: "{{users}}"
43
44
- name: Deleted user removal
0 commit comments