summaryrefslogtreecommitdiffstats
path: root/lib/ansible/playbooks
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-08-29 10:30:43 -0400
committerTim Rozet <trozet@redhat.com>2017-08-29 15:13:43 -0400
commit08fdfbc6470c7f7ba48a62188355ab47ade1ed8c (patch)
tree80fb5c532941a2a849d1879ae92348917b6d4473 /lib/ansible/playbooks
parent6a4cd2fe76fe445394cd92c3f0e9486084b53489 (diff)
Removes ignoring errors on congress config
Now that congress has been fixed this should always work. Change-Id: I701707b8b91b340289613bdb31fa91456743d233 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'lib/ansible/playbooks')
-rw-r--r--lib/ansible/playbooks/post_deploy_undercloud.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ansible/playbooks/post_deploy_undercloud.yml b/lib/ansible/playbooks/post_deploy_undercloud.yml
index ba0746b2..d6b8805a 100644
--- a/lib/ansible/playbooks/post_deploy_undercloud.yml
+++ b/lib/ansible/playbooks/post_deploy_undercloud.yml
@@ -115,4 +115,3 @@
become_user: stack
when: congress
with_items: "{{ congress_datasources }}"
- ignore_errors: yes