user=owner
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
bff96ef88e
commit
ec6df64c1a
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@
|
||||||
when: inventory_hostname.startswith("ipa01")
|
when: inventory_hostname.startswith("ipa01")
|
||||||
|
|
||||||
- name: Create LDIF directory
|
- name: Create LDIF directory
|
||||||
file: path=/root/ldif state=directory user=root group=root mode=0750
|
file: path=/root/ldif state=directory owner=root group=root mode=0750
|
||||||
tags:
|
tags:
|
||||||
- ipa/server
|
- ipa/server
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue