summaryrefslogtreecommitdiffstats
path: root/roles/ipa/server/tasks
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2016-11-28 10:47:21 +0000
committerPatrick Uiterwijk <puiterwijk@redhat.com>2016-11-28 10:47:21 +0000
commit86973ab724b26fa6593e8b326f09e228363e608a (patch)
tree6be69931897ba8cd82dcd8b9171cb7b513c11844 /roles/ipa/server/tasks
parent5cc380caa7a9814f36d9b7bad70e299e1a5aa782 (diff)
downloadansible-86973ab724b26fa6593e8b326f09e228363e608a.tar.gz
ansible-86973ab724b26fa6593e8b326f09e228363e608a.tar.xz
ansible-86973ab724b26fa6593e8b326f09e228363e608a.zip
DM password is no longer needed
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/ipa/server/tasks')
-rw-r--r--roles/ipa/server/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ipa/server/tasks/main.yml b/roles/ipa/server/tasks/main.yml
index a606a64e7..471d4fdaa 100644
--- a/roles/ipa/server/tasks/main.yml
+++ b/roles/ipa/server/tasks/main.yml
@@ -130,7 +130,7 @@
when: inventory_hostname.startswith("ipa01")
- name: Run configuration script
- command: /bin/bash /root/configure-ipa.sh {{ipa_dm_password}} {{ipa_admin_password}}
+ command: /bin/bash /root/configure-ipa.sh {{ipa_admin_password}}
tags:
- ipa/server
- config