diff options
| author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-11-28 10:49:07 +0000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-11-28 10:49:07 +0000 |
| commit | 6691c6f07ffca6de3bfda8aec15a589dcc6629d6 (patch) | |
| tree | 79dd90a5560019e41455b2f9b086777932b7b187 /roles/ipa/server | |
| parent | 86973ab724b26fa6593e8b326f09e228363e608a (diff) | |
| download | ansible-6691c6f07ffca6de3bfda8aec15a589dcc6629d6.tar.gz ansible-6691c6f07ffca6de3bfda8aec15a589dcc6629d6.tar.xz ansible-6691c6f07ffca6de3bfda8aec15a589dcc6629d6.zip | |
This can fail without failing
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/ipa/server')
| -rw-r--r-- | roles/ipa/server/files/configure-ipa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ipa/server/files/configure-ipa.sh b/roles/ipa/server/files/configure-ipa.sh index 4a424fc95..6467c341c 100644 --- a/roles/ipa/server/files/configure-ipa.sh +++ b/roles/ipa/server/files/configure-ipa.sh @@ -1,4 +1,4 @@ -#!/bin/bash -xe +#!/bin/bash -x ADMIN_PASSWORD="$1" function cleanup { |
