Merge pull request #12 from dverhelst/hotfix/user_creation
Hotfix/user creation
This commit is contained in:
commit
5e340524f2
@ -7,6 +7,7 @@
|
|||||||
createhome: "yes"
|
createhome: "yes"
|
||||||
delegate_to: "{{ item.fqdn }}"
|
delegate_to: "{{ item.fqdn }}"
|
||||||
with_items: "{{ borgbackup_servers }}"
|
with_items: "{{ borgbackup_servers }}"
|
||||||
|
run_once: true
|
||||||
when: item.type == 'normal'
|
when: item.type == 'normal'
|
||||||
|
|
||||||
- name: server | create directories
|
- name: server | create directories
|
||||||
|
Loading…
Reference in New Issue
Block a user